Skip to content

Commit

Permalink
Format ref properly
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 14, 2024
1 parent 21c0232 commit de774bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
# isle-buildkit tag
ISLANDORA_TAG: main
# the branch the PR is running on
ISLANDORA_STARTER_REF: "${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}"
ISLANDORA_STARTER_REF: "heads/${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}"
# if coming from a fork, get the owner's repo
ISLANDORA_STARTER_OWNER: "${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login || github.repository_owner }}"

0 comments on commit de774bf

Please sign in to comment.