Skip to content

Commit 9851257

Browse files
committed
add needs.precheck
1 parent 0c7c9cf commit 9851257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
env:
2525
GITHUB_OUTPUT: $GITHUB_OUTPUT
2626
deploy:
27+
needs: precheck
2728
runs-on: ubuntu-latest
2829
if: needs.precheck.outputs.should_deploy == 'true'
2930
steps:
@@ -40,7 +41,7 @@ jobs:
4041
- name: Configure Git
4142
run: |
4243
git config --global user.email "github-actions[bot]@users.noreply.github.com"
43-
git config --global user.name "github-actions[bot]"
44+
git config --global user.name "github-actions[bot]"
4445
- name: Deploy to GitHub Pages
4546
env:
4647
CI: true

0 commit comments

Comments
 (0)