mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-22 20:25:29 +00:00
fixup! Only create a new commit if stats changed (#4881)
This commit is contained in:
parent
5a0cce3a3d
commit
284be2d78e
2
.github/workflows/label-stats.yml
vendored
2
.github/workflows/label-stats.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- name: Check if files have been modified
|
- name: Check if files have been modified
|
||||||
id: mod_check
|
id: mod_check
|
||||||
run: |
|
run: |
|
||||||
[[ $(git status -s | wc -l) -le 1 ]] \
|
[[ $(git status -s | wc -l) -lt 1 ]] \
|
||||||
&& echo "is-dirty=false" >> "$GITHUB_OUTPUT" \
|
&& echo "is-dirty=false" >> "$GITHUB_OUTPUT" \
|
||||||
|| echo "is-dirty=true" >> "$GITHUB_OUTPUT"
|
|| echo "is-dirty=true" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue