Skip to content

Commit

Permalink
Feat: Change fallback (#363)
Browse files Browse the repository at this point in the history
* Fallback

* Ref name
  • Loading branch information
mattbell87 authored Sep 17, 2024
1 parent efd5f0a commit 683a14c
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 @@ -82,7 +82,7 @@ jobs:
- name: Start containers
env:
CORE_BRANCH: "${{ github.event.pull_request.head.ref || github.ref }}"
CORE_BRANCH: "${{ github.event.pull_request.head.ref || github.ref_name }}"
run: |
# Link system dir
cd boilerplate
Expand Down

0 comments on commit 683a14c

Please sign in to comment.