We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f5ac33 + b821192 commit bbef6e3Copy full SHA for bbef6e3
.github/workflows/execute-powrap.yml
@@ -38,5 +38,5 @@ jobs:
38
uses: actions-js/push@master
39
with:
40
message: "auto: spell check"
41
- branch: ${GITHUB_REF##*/}
+ branch: ${{ github.ref }}
42
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments