Skip to content

Commit

Permalink
fix: output branch に push する際に衝突しないように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nrysk committed Oct 22, 2024
1 parent b4d3359 commit 9e6848b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git config --global pull.rebase merges
git branch --delete --force output
git checkout -b output
git pull origin output
git add -f output.png
git commit -m "Add output.png"
git pull origin output
git push origin output
Expand Down

0 comments on commit 9e6848b

Please sign in to comment.