We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a107 commit c05d7d5Copy full SHA for c05d7d5
.github/workflows/dev.yml
@@ -2,7 +2,7 @@ name: git push into another repo to deploy to vercel
2
3
on:
4
push:
5
- branches: [dev]
+ branches: dev
6
7
jobs:
8
build:
@@ -25,6 +25,6 @@ jobs:
25
destination-repository-name: dasom-web-frontend
26
user-email: ${{ secrets.HYEON_ACCOUNT_EMAIL }}
27
commit-message: ${{ github.event.commits[0].message }}
28
- target-branch: main
+ target-branch: dev
29
- name: Test get variable exported by push-to-another-repository
30
run: echo $DESTINATION_CLONED_DIRECTORY
0 commit comments