We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d4405 commit 922ed80Copy full SHA for 922ed80
1 file changed
github-actionify.sh
@@ -111,7 +111,7 @@ process() {
111
# Change pom.xml from Travis CI to GitHub Actions
112
domain="github.com"
113
sed 's/Travis CI/GitHub Actions/g' pom.xml >"$tmpFile"
114
- sed "s;travis-ci.*;github.com/$repoSlug/actions/workflows/.gitaction.yml</url>;g" pom.xml >>"$tmpFile"
+ sed "s;travis-ci.*;github.com/$repoSlug/actions/workflows/.gitaction.yml</url>;g" pom.xml >"$tmpFile"
115
update pom.xml
116
117
# -- GitHub Action sanity checks --
0 commit comments