Skip to content

Commit

Permalink
Fix template-cleaup to find test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Nov 20, 2023
1 parent 9b70614 commit 4f776e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
GROUP="com.github.$SAFE_ORG"
# Replace placeholders
sed -i "s/%NAME%/$NAME/g" build.sbt build.sc README.md src/test/scala/gcd
sed -i "s/%NAME%/$NAME/g" build.sbt build.sc README.md src/test/scala/gcd/*
sed -i "s/%REPOSITORY%/${GITHUB_REPOSITORY/\//\\/}/g" README.md
sed -i "s/%ORGANIZATION%/$GROUP/g" build.sbt
Expand Down

0 comments on commit 4f776e0

Please sign in to comment.