We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a23189 commit df68f0fCopy full SHA for df68f0f
.github/workflows/scripts/rename_project.sh
@@ -35,8 +35,8 @@ if [[ "$GITHUB_REPOSITORY_OWNER" != "devcentral" && "$GITHUB_REPOSITORY_OWNER" !
35
rm -f .github/workflows/f5_cla.yml
36
fi
37
# Remove the template instructions from the README and the template's CHANGELOG
38
-sed -i '1,/^---$/d;1,/^$/d' README.md
39
-sed -i '1,/^---$/d;1,/^$/d' CHANGELOG.md
+sed -i '1,/^---$/ { /^$/d; d }' README.md
+sed -i '1,/^---$/ { /^$/d; d }' CHANGELOG.md
40
# Remove this script and the GitHub Action workflow using this script
41
rm -f .github/workflows/rename_template.yml
42
rm -rf .github/workflows/scripts
0 commit comments