Skip to content

Commit

Permalink
Update run-verification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Jul 14, 2024
1 parent 5192812 commit 075d56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Set up environment variables
run: |
echo "PR_BRANCH=${{ github.head_ref }}" >> $GITHUB_ENV
echo "PR_BRANCH=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV
echo "BASE_BRANCH=${{ github.base_ref }}" >> $GITHUB_ENV
- name: Fetch branches
Expand Down

0 comments on commit 075d56c

Please sign in to comment.