mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 06:00:32 +08:00
Fix branch name
This commit is contained in:
2
.github/workflows/update-proxy-release.yml
vendored
2
.github/workflows/update-proxy-release.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
- name: Push changes and open PR
|
||||
shell: bash
|
||||
env:
|
||||
BRANCH: "dependency-proxy/$RELEASE_TAG"
|
||||
BRANCH: "dependency-proxy/${{ env.RELEASE_TAG }}"
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
set -exu
|
||||
|
||||
Reference in New Issue
Block a user