Skip to content

Commit ed172ed

Browse files
authored
Chore: 깃 커밋 경로 수정
1 parent d76818b commit ed172ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: node update.js
4040

4141
- name: Push to origin
42-
working-directory: ./profile/
42+
working-directory: ./
4343
run: |
44-
git add README.md
44+
git add ./profile/README.md
4545
git add ./util/const.js
4646
if git diff --cached --quiet; then
4747
echo "[INFO] 새로 해결된 문제가 없습니다."

0 commit comments

Comments
 (0)