We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396d98 commit a2ce692Copy full SHA for a2ce692
1 file changed
.github/workflows/prod-openapi.yml
@@ -65,13 +65,12 @@ jobs:
65
git config user.email "clokey-bot@users.noreply.github.com"
66
67
git add "${TARGET_PATH}"
68
- ls -al "codiveapi/${TARGET_PATH}"
+ ls -al "${TARGET_PATH}"
69
70
if git diff --cached --quiet; then
71
echo "No changes detected. Skipping commit."
72
exit 0
73
fi
74
75
- git add "${TARGET_PATH}"
76
git commit -m "chore: update openapi.yaml from production"
77
git push origin "${CODIVEAPI_BRANCH}"
0 commit comments