Update update-readme.yml

This commit is contained in:
Lucàs
2022-06-21 13:17:15 +02:00
committed by GitHub
parent 0cf5190185
commit d2cf8cc617
+2 -2
View File
@@ -1,4 +1,4 @@
name: Update README
name: README Build
on:
push:
@@ -33,7 +33,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A
git commit -m "update data" -a
git commit -m "Automated publish" -a
- name: push changes
uses: ad-m/github-push-action@v0.6.0