We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4b0a6 commit 4cb9bb9Copy full SHA for 4cb9bb9
.github/actions/backport/action.yml
@@ -38,6 +38,7 @@ runs:
38
if: ${{ env.BACKPORT == 'true' }}
39
env:
40
GITHUB_TOKEN: ${{ github.token }}
41
+ shell: bash
42
run: |
43
git config user.name "github-actions[bot]"
44
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments