Skip to content

Commit b27dddd

Browse files
authored
fix: fix username on deploy.yml
1 parent 1e40497 commit b27dddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
API_TOKEN_GITHUB: ${{ secrets.AUTO_VERCEL_DEPLOY_TOKEN }}
2222
with:
2323
source-directory: 'output'
24-
destination-github-username: Nohv
24+
destination-github-username: Geun-Oh
2525
destination-repository-name: daybook
2626
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
2727
commit-message: ${{ github.event.commits[0].message }}
2828
target-branch: main
2929
- name: Test get variable exported by push-to-another-repository
30-
run: echo $DESTINATION_CLONED_DIRECTORY
30+
run: echo $DESTINATION_CLONED_DIRECTORY

0 commit comments

Comments
 (0)