We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067957b commit 368daacCopy full SHA for 368daac
.github/workflows/fetch-ips.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Commit and push changes
36
run: |
37
- MODIFIED_FILES=$(git status --porcelain)
+ MODIFIED_FILES=$(git diff --name-only HEAD)
38
FILE_COUNT=$(echo "$MODIFIED_FILES" | wc -l)
39
40
if [[ $FILE_COUNT -eq 0 ]]; then
0 commit comments