We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d70170 commit 0ea7d5dCopy full SHA for 0ea7d5d
github-actionify.sh
@@ -279,7 +279,7 @@ EOL
279
update README.md 'GitHub Action: fix README.md badge link'
280
else
281
info "Adding GitHub Action badge to README.md"
282
- echo "[](https://$domain/$repoSlug/actions/$gitactionConfig)/g" README.md >"$tmpFile"
+ echo "[](https://$domain/$repoSlug/actions/$gitactionConfigRoot)" >"$tmpFile"
283
echo >>"$tmpFile"
284
test -f README.md && cat README.md >>"$tmpFile"
285
update README.md 'GitHub Action: add badge to README.md'
0 commit comments