forked from Conjure-Tools/unity-runner
GitHub: tweaked readme push
This commit is contained in:
parent
596ca7df30
commit
498428af49
@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|||||||
6
.github/workflows/update-readme.yaml
vendored
6
.github/workflows/update-readme.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit changes if README was updated
|
- name: Commit changes if README was updated
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.name "github-actions[bot]"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add README.md
|
git add README.md
|
||||||
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