Skip to content

Commit

Permalink
Fix: CD 워크 플로우 username 변경
Browse files Browse the repository at this point in the history
Fix: CD 워크 플로우 username 변경
  • Loading branch information
BearHumanS authored Feb 20, 2024
2 parents 6fe618f + 0fcae76 commit 2cb6a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.CDM_TOKEN }}
with:
source-directory: 'output'
destination-github-username: Dongmin
destination-github-username: cdm1263
destination-repository-name: Pokehub
user-email: ${{ secrets.CDM_EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
Expand Down

0 comments on commit 2cb6a82

Please sign in to comment.