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 5212260 commit 617a647Copy full SHA for 617a647
.github/workflows/main.yml
@@ -156,7 +156,7 @@ jobs:
156
[ -z "$(git diff --name-only '*.js' '*.ts' '*.svelte' '*.json' '*.yaml' | cat)" ]
157
echo '================================================================'
158
- name: Formatting...
159
- run: node common/scripts/install-run-rush.js fast-format --branch ${{ github.base_ref }}
+ run: node common/scripts/install-run-rush.js fast-format --branch ${{ github.base_ref || 'staging' }}
160
- name: Check files formatting
161
run: |
162
0 commit comments