Skip to content

Commit

Permalink
fix: workflow ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrevile committed Jul 8, 2024
1 parent b8f12c4 commit 495f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
destination-github-username: 'sambad-adventure'
destination-repository-name: ${{needs.variable.outputs.DESTINATION_REPOSITORY}}
user-email: ${{secrets.EMAIL}}
commit-message: ${{github.event.commits.message}}
commit-message: 'chore: deploy'
target-branch: ${{inputs.stage == 'prodction' && 'main' || 'main' }}
- name: get deploy information
id: deploy-information
Expand Down

0 comments on commit 495f99e

Please sign in to comment.