We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e40497 commit b27ddddCopy full SHA for b27dddd
.github/workflows/deploy.yml
@@ -21,10 +21,10 @@ jobs:
21
API_TOKEN_GITHUB: ${{ secrets.AUTO_VERCEL_DEPLOY_TOKEN }}
22
with:
23
source-directory: 'output'
24
- destination-github-username: Nohv
+ destination-github-username: Geun-Oh
25
destination-repository-name: daybook
26
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
27
commit-message: ${{ github.event.commits[0].message }}
28
target-branch: main
29
- name: Test get variable exported by push-to-another-repository
30
- run: echo $DESTINATION_CLONED_DIRECTORY
+ run: echo $DESTINATION_CLONED_DIRECTORY
0 commit comments