WF
This commit is contained in:
parent
f518b7e3df
commit
4400176bee
@ -35,9 +35,11 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Commit JSON
|
- name: Commit JSON
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT_MICHEL }}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "Github Actions[bot]"
|
git config --global user.email "Github Actions[bot]"
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git add json/versions.json
|
git add json/versions.json
|
||||||
git commit -m "Add new script"
|
git commit -m "Update versions.json"
|
||||||
git push --force
|
git push --force
|
||||||
|
Loading…
x
Reference in New Issue
Block a user