Skip to content

Commit

Permalink
Update updateOnPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Jul 11, 2021
1 parent ce2ce57 commit 29d8c78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/updateOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
cd $CLONE_DIR
git add src/docs/resources/hardhat.md
git add src/docs/resources/truffle.md
git commit --message 'Automatic update to keep tutorials in sync'
git commit --message 'Automatic update to keep tutorials in sync' | tee /tmp/output
echo =======
cat /tmp/output
echo =======
git push -u origin HEAD:updated-tutorial

0 comments on commit 29d8c78

Please sign in to comment.