Skip to content

fix(workflow): retrieve branch for release #3003

fix(workflow): retrieve branch for release

fix(workflow): retrieve branch for release #3003

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/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}