Skip to content

Commit

Permalink
Fix README error in action
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiesamaha committed Jul 20, 2023
1 parent e9c5e2a commit 62c9a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
# Delete the .github directory, it has served its purpose
rm -rf .github/
shopt -s dotglob
# Move generated content to root directory of repo
mv /tmp/$REPO_NAME/* .
# Move template content to root, ensure hidden and README are replaced
rsync -a /tmp/$REPO_NAME/ .
- name: Force push changes to main
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 62c9a67

Please sign in to comment.