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 286556a commit 7ca4105Copy full SHA for 7ca4105
.github/workflows/update-proxy-release.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Push changes and open PR
46
shell: bash
47
env:
48
- BRANCH: "dependency-proxy/$RELEASE_TAG"
+ BRANCH: "dependency-proxy/${{ env.RELEASE_TAG }}"
49
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
50
run: |
51
set -exu
0 commit comments