Skip to content

Commit a2ce692

Browse files
authored
fix: prod-openapi.yml 수정 (#185)
1 parent d396d98 commit a2ce692

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/prod-openapi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,12 @@ jobs:
6565
git config user.email "clokey-bot@users.noreply.github.com"
6666
6767
git add "${TARGET_PATH}"
68-
ls -al "codiveapi/${TARGET_PATH}"
68+
ls -al "${TARGET_PATH}"
6969
7070
if git diff --cached --quiet; then
7171
echo "No changes detected. Skipping commit."
7272
exit 0
7373
fi
7474
75-
git add "${TARGET_PATH}"
7675
git commit -m "chore: update openapi.yaml from production"
7776
git push origin "${CODIVEAPI_BRANCH}"

0 commit comments

Comments
 (0)