Skip to content

Commit

Permalink
chore: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
westofsky committed Aug 25, 2024
1 parent 93969e4 commit e1afa1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-to-backend-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
git add .
git commit -m "style: apply ui"
git push origin style/ui
# Ensure the style/ui branch exists
git branch -M style/ui
git push -u origin style/ui
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1afa1c

Please sign in to comment.