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 9e6848b commit f5e7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git config --global pull.rebase merges
git config --global pull.rebase true
git checkout -b output
git add -f output.png
git commit -m "Add output.png"
Expand Down

0 comments on commit f5e7975

Please sign in to comment.