Skip to content

Commit

Permalink
fix: get branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GRUSON committed Feb 9, 2021
1 parent 1e39169 commit e282647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
git commit -am "chore: auto-commit chart ${VERSION}"
git push origin HEAD:${PR_BRANCH_NAME}
env:
PR_BRANCH_NAME: '${{github.payload.pull_request.head.ref}}'
PR_BRANCH_NAME: '${{github.event.pull_request.head.ref}}'
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
env:
Expand Down

0 comments on commit e282647

Please sign in to comment.