We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ce9e7 commit 47d1523Copy full SHA for 47d1523
.github/workflows/pull-requests-built-files.yml
@@ -84,6 +84,8 @@ jobs:
84
run: |
85
git config user.name "dependabot[bot]"
86
git config user.email dependabot[bot]@users.noreply.github.com
87
+
88
+ - name: Check for uncommitted changes
89
90
diff_output=$(git diff)
91
echo $diff_output
0 commit comments