Skip to content

Commit

Permalink
chore: fetch git before push
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jul 14, 2024
1 parent 211de3e commit c09aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argocd-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -am "release(${{ inputs.service-name }}): 자동배포 ${{ inputs.image-name }}:${{ inputs.image-tag }}"
git push -u origin main
git pull && git push -u origin main

0 comments on commit c09aa92

Please sign in to comment.