We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e04c55 commit 517ad3bCopy full SHA for 517ad3b
1 file changed
.github/workflows/0.initial.migrate-repo-template.yml
@@ -19,7 +19,7 @@ on:
19
default: 'org.acme.fancy.lib'
20
type: string
21
email:
22
- description: 'Contact email (CONTRIBUTING.md)'
+ description: 'Contact email (CODE_OF_CONDUCT.md)'
23
required: true
24
default: 'info@yourdomain.com'
25
@@ -141,7 +141,9 @@ jobs:
141
# CONTRIBUTING
142
sed -i "s@$GITHUB_REPOSITORY_OLD@$GITHUB_REPOSITORY@g" CONTRIBUTING.md
143
sed -i "s@$ARTIFACT_NAME_OLD@$GITHUB_REPOSITORY_NAME@g" CONTRIBUTING.md
144
- sed -i "s/info@thriving.dev/$INPUT_EMAIL/g" CONTRIBUTING.md
+
145
+ # CODE_OF_CONDUCT
146
+ sed -i "s/info@thriving.dev/$INPUT_EMAIL/g" CODE_OF_CONDUCT.md
147
148
# cleanup this very GitHub Actions workflow yml
149
rm .github/workflows/0.initial.migrate-repo-template.yml
0 commit comments