forked from Conjure-Tools/unity-runner
GitHub: Added a pull before committing the readme
This commit is contained in:
parent
9c1e04e52a
commit
7f46eee523
1
.github/workflows/update-readme.yaml
vendored
1
.github/workflows/update-readme.yaml
vendored
@ -42,4 +42,5 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add README.md
|
git add README.md
|
||||||
|
git pull
|
||||||
git diff --quiet && git diff --staged --quiet || (git commit -m "Update Docker images table in README" && git push)
|
git diff --quiet && git diff --staged --quiet || (git commit -m "Update Docker images table in README" && git push)
|
||||||
Loading…
x
Reference in New Issue
Block a user