mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2025-01-23 21:21:27 -05:00
Actually commit changes made in github action
This commit is contained in:
parent
9d5ec06f52
commit
3a5e3e89c4
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 New Issue
Block a user