Try and use github.ref instead
This commit is contained in:
parent
b9e5a2cdfe
commit
c49cdffc4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout -b release
|
git checkout -b release
|
||||||
git merge --no-ff origin/${{ github.head_commit.id }}
|
git merge --no-ff origin/${{ github.ref }}
|
||||||
git push origin release
|
git push origin release
|
Loading…
Add table
Reference in a new issue