Skip to content

Commit

Permalink
Update reload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donadev authored May 13, 2024
1 parent e7c72a8 commit 74ae87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: '12'
- run: npm ci
- run: node build/lib/move.js $ISSUE_AUTHOR $ISSUE_TITLE
- run: node build/lib/move.js $ISSUE_AUTHOR x 5
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "donadev"
- run: git remote set-url --push origin https://donadev:[email protected]/donadev/TicTacToe
Expand Down

0 comments on commit 74ae87c

Please sign in to comment.