Skip to content

Commit

Permalink
Add git reset after orphan checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR authored Apr 27, 2020
1 parent 4cfc531 commit 493e95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
git config --global user.email "actions@openrndr.org"
git config --global user.name "OPENRNDR Actions"
git reset HEAD -- .
git checkout --orphan media
git reset HEAD -- .
git add [a-z-]*/images/*.png
git commit -m "auto generated media"
git push -f origin media

0 comments on commit 493e95c

Please sign in to comment.