Skip to content

Commit

Permalink
change env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 24, 2024
1 parent 4b01db3 commit bdbf40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- name: Commit and push version change
env:
GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}
ENV_GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}
run: |
git add .
git commit -m "Auto change version."
echo HEAD:$GITHUB_HEAD_REF
echo HEAD:$ENV_GITHUB_HEAD_REF
# git push origin HEAD:$GITHUB_HEAD_REF -f

0 comments on commit bdbf40a

Please sign in to comment.