Skip to content

Commit

Permalink
Test pr and head
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Jun 6, 2024
1 parent 6346b19 commit d0a9028
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Branch name
env:
- PR_NR: ${{ github.event.pull_request.number }}
- EV_NR: ${{ github.event.number }}
run: |
echo "GITHUB_REF=${GITHUB_REF}"
echo "GITHUB_HEAD_REF=${GITHUB_HEAD_REF}"
echo "PR_NR=${PR_NR}"
echo "EV_NR=${EV_NR}"
- name: Build snap
uses: snapcore/action-build@v1
id: snapcraft
Expand Down

0 comments on commit d0a9028

Please sign in to comment.