Skip to content

Commit

Permalink
fix: fix file moving in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marvel-uiuc committed Jul 8, 2024
1 parent 26dc124 commit d434400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
rm -rf .github template index.js .gitignore package-lock.json
mv output/* .
mv output/.* .
cp -rT output .
rm -rf output
git add -A
git commit -a -m "chore: init template"
Expand Down

0 comments on commit d434400

Please sign in to comment.