fix: Change the way checking if the file changed
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
c214535218
commit
2da2e62b3b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Update Contributors
|
||||
run: |
|
||||
./bin/just contributors
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
if git diff --name-only | grep -q "^CONTRIBUTORS.md$"; then
|
||||
git config user.name forgejo-actions
|
||||
git config user.email forgejo-actions@noreply.localhost
|
||||
git add CONTRIBUTORS.md
|
||||
|
|
Loading…
Reference in a new issue