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:
parent
9d5ec06f52
commit
3a5e3e89c4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/data.yml
vendored
5
.github/workflows/data.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue