Skip to content

Commit 7e98630

Browse files
authored
Update action.yml
1 parent 879e837 commit 7e98630

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,12 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions/setup-node@v2
3333
with:
34-
node-version: 14.x
34+
node-version: 14.x#
35+
- uses: fregante/setup-git-user@v2
3536
- run: |
3637
npm i
3738
npm run deploy
38-
# - name: Commit and push changes
39-
# run: |
40-
# git config --global user.name "KidsXH"
41-
# git config --global user.email "[email protected]"
42-
# git add -A
43-
# git commit -m "New Build"
44-
# git push
39+
4540
4641
# Single deploy job since we're just deploying
4742
deploy:

0 commit comments

Comments
 (0)