Skip to content

Commit

Permalink
ci: attempt to remove deviant submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Rossi authored Aug 28, 2022
1 parent 6783a9b commit 63ed73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git rm -r --ignore-unmatch */*
rm -rf *
cp -r /tmp/workspace/* .
git add .
if [[ $(git status --porcelain) ]]; then git commit -am "chore: automatically generated files" && git push; fi
Expand Down

0 comments on commit 63ed73a

Please sign in to comment.