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 a09791e commit 97db15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updateOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
git clone --branch updated-tutorial https://${{ secrets.API_TOKEN_GITHUB }}:o-auth-basic@github.com/ethereum-optimism/community-hub.git $CLONE_DIR
cp hardhat/README.md $CLONE_DIR/src/docs/resources/hardhat.md
cp truffle/README.md $CLONE_DIR/src/docs/resources/truffle.md
cd $CLONE_DIR
git add .
git status
grep -q 'Changes to be committed'
Expand Down

0 comments on commit 97db15d

Please sign in to comment.