Skip to content

Commit c4da5ed

Browse files
committed
missing shell: bash
1 parent 999213c commit c4da5ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ runs:
1414
run: bun install
1515

1616
- name: Check Branch
17+
shell: bash
1718
run: |
1819
if [[ "${{ github.event.pull_request.head.ref }}" == "changeset-release/main" ]]; then
1920
echo "Bypassing checks for changeset-release/main"

0 commit comments

Comments
 (0)