Skip to content

Commit 368daac

Browse files
committed
Update
1 parent 067957b commit 368daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-ips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Commit and push changes
3636
run: |
37-
MODIFIED_FILES=$(git status --porcelain)
37+
MODIFIED_FILES=$(git diff --name-only HEAD)
3838
FILE_COUNT=$(echo "$MODIFIED_FILES" | wc -l)
3939
4040
if [[ $FILE_COUNT -eq 0 ]]; then

0 commit comments

Comments
 (0)