We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf08216 commit d9dc889Copy full SHA for d9dc889
1 file changed
github-actionify.sh
@@ -97,8 +97,8 @@ process() {
97
98
# Change pom.xml from Travis CI to GitHub Actions
99
domain="github.com"
100
- sed 's/Travis CI/GitHub Actions/g' pom.xml >"$tmpFile"
101
- sed "s;travis-ci.*;github.com/$repoSlug/actions</url>;g" pom.xml >"$tmpFile"
+ sed 's/Travis CI/GitHub Actions/g' pom.xml |
+ sed "s;travis-ci.*;github.com/$repoSlug/actions</url>;g" >"$tmpFile"
102
update pom.xml "switch from Travis CI to GitHub Actions"
103
104
# -- GitHub Action sanity checks --
0 commit comments