We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e3af9 commit 619050aCopy full SHA for 619050a
.github/workflows/github-actions.yml
@@ -34,7 +34,6 @@ jobs:
34
user-email: ${{ secrets.GIT_EMAIL }}
35
commit-message: ${{ github.event.head_commit.message || 'Auto commit [skip ci]' }}
36
target-branch: main
37
- force: true
38
39
# 개발 환경(develop) 배포
40
- name: Pushes to development repository
@@ -50,7 +49,6 @@ jobs:
50
49
51
commit-message: ${{ github.event.head_commit.message || 'Dev:Auto commit [skip ci]' }}
52
target-branch: develop
53
54
55
- name: Test get variable exported by push-to-another-repository
56
run: echo $DESTINATION_CLONED_DIRECTORY
0 commit comments