mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2025-02-03 01:49:58 -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 ci
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build
|
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
|
- name: Push changes
|
||||||
if: success()
|
if: success()
|
||||||
uses: ad-m/github-push-action@v0.5.0
|
uses: ad-m/github-push-action@v0.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user