Merge pull request #20543 from dundargoc/ci/backport

ci(backport): bump version to v0
This commit is contained in:
James McCoy 2022-10-08 09:58:17 -04:00 committed by GitHub
commit 56182b5e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs - name: Create backport PRs
uses: zeebe-io/backport-action@v0.0.8 uses: zeebe-io/backport-action@v0
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }} github_workspace: ${{ github.workspace }}