We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc7afd commit 6807261Copy full SHA for 6807261
1 file changed
.github/actions/helper-detect-changed-files/action.yml
@@ -34,6 +34,8 @@ runs:
34
# This should also give 0 changed files so this is mostly explanation of the
35
# 'interesting' GHA flow.
36
echo "should_run=false" >> $GITHUB_OUTPUT
37
+ git log -p
38
+ sleep 30m
39
exit 1
40
fi
41
OREF="failure"
0 commit comments