We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff1d5d commit d396d98Copy full SHA for d396d98
1 file changed
.github/workflows/prod-openapi.yml
@@ -63,8 +63,11 @@ jobs:
63
set -euo pipefail
64
git config user.name "clokey-bot"
65
git config user.email "clokey-bot@users.noreply.github.com"
66
-
67
- if git diff --quiet; then
+
+ git add "${TARGET_PATH}"
68
+ ls -al "codiveapi/${TARGET_PATH}"
69
70
+ if git diff --cached --quiet; then
71
echo "No changes detected. Skipping commit."
72
exit 0
73
fi
0 commit comments