Skip to content

Commit

Permalink
use github.ref_name instead (and remove from PR checklist)
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Apr 5, 2024
1 parent bbb6df4 commit 9c8a8b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@
- [ ] Unit tests created or updated
- [ ] Run `make composershow`
- [ ] Run `make psr2`

### Release PR Checklist
- [ ] Update version number in main.php Sentry configuration
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GITHUB_REF_NAME=${{ GITHUB_REF_NAME }}
GITHUB_REF_NAME=${{ github.ref_name }}

0 comments on commit 9c8a8b7

Please sign in to comment.