Skip to content

fix(workflow): retrieve branch for release #3001

fix(workflow): retrieve branch for release

fix(workflow): retrieve branch for release #3001

Workflow file for this run

name: Renovate
#on:
# schedule:
# - cron: '*/5 8-19 * * 1-5'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}