Fix: fix backport command (#2557)

This commit is contained in:
Tianxin Dong
2021-10-27 14:18:37 +08:00
committed by GitHub
parent b3f60b4b73
commit 7e5dac7c98
+9
View File
@@ -55,3 +55,12 @@ jobs:
labels: [label]
})
console.log("Added '" + label + "' label.")
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Open Backport PR
uses: zeebe-io/backport-action@v0.0.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}