Skip to content

Commit

Permalink
Update copy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyP36 authored Nov 29, 2023
1 parent 25d17cb commit 3971280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
cp $TMPFILE/.github/*.md .github/
cp $TMPFILE/.github/ISSUE_TEMPLATE/*.yml .github/ISSUE_TEMPLATE/
# cp $TMPFILE/.github/workflows/*.yml .github/workflows/
cp $TMPFILE/tools/*.template tools/
cp $TMPFILE/tools/*.sh tools/
cp $TMPFILE/tools/*.mjs tools/
# cp $TMPFILE/tools/*.template tools/
# cp $TMPFILE/tools/*.sh tools/
# cp $TMPFILE/tools/*.mjs tools/
cp $TMPFILE/.gitattribute* .gitattributes
cp $TMPFILE/CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
cp $TMPFILE/CONTRIBUTING.md CONTRIBUTING.md
Expand Down

0 comments on commit 3971280

Please sign in to comment.