Add git reset after orphan checkout

This commit is contained in:
Edwin Jakobs
2020-04-27 15:36:02 +02:00
committed by GitHub
parent 4cfc531266
commit 493e95ce57

View File

@@ -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