Skip to content

Commit e299034

Browse files
committed
how about now
1 parent 801b2f9 commit e299034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-validate-workflow-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check Git Clean Status
4141
shell: bash
4242
run: |
43-
if git diff-index --quiet HEAD .github ; then
43+
if git diff --quiet .github ; then
4444
echo "Git is clean - generation is as expected."
4545
else
4646
echo "Some files have changed - please check for regressions."

0 commit comments

Comments
 (0)