We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999213c commit c4da5edCopy full SHA for c4da5ed
.github/actions/setup/action.yml
@@ -14,6 +14,7 @@ runs:
14
run: bun install
15
16
- name: Check Branch
17
+ shell: bash
18
run: |
19
if [[ "${{ github.event.pull_request.head.ref }}" == "changeset-release/main" ]]; then
20
echo "Bypassing checks for changeset-release/main"
0 commit comments