We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97f9cc commit 899c587Copy full SHA for 899c587
.github/workflows/wrap.yml
@@ -78,4 +78,4 @@ jobs:
78
uses: ad-m/github-push-action@master
79
with:
80
github_token: ${{ secrets.GITHUB_TOKEN }}
81
- branch: ${{ GITHUB_BASE_REF }}
+ branch: ${{ secrets.GITHUB_BASE_REF }}
0 commit comments