1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2024-11-20 11:28:35 -05:00

Actually commit changes made in github action

This commit is contained in:
Andrew Nesbitt 2020-05-13 11:08:27 +01:00
parent 9d5ec06f52
commit 3a5e3e89c4

View file

@ -24,6 +24,11 @@ jobs:
npm ci
npm run lint
npm run build
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Rebuild" -a
- name: Push changes
if: success()
uses: ad-m/github-push-action@v0.5.0