Skip to content

Commit d9dc889

Browse files
committed
github-actionify: fix "Travis CI" replacement
1 parent bf08216 commit d9dc889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github-actionify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ process() {
9797

9898
# Change pom.xml from Travis CI to GitHub Actions
9999
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"
100+
sed 's/Travis CI/GitHub Actions/g' pom.xml |
101+
sed "s;travis-ci.*;github.com/$repoSlug/actions</url>;g" >"$tmpFile"
102102
update pom.xml "switch from Travis CI to GitHub Actions"
103103

104104
# -- GitHub Action sanity checks --

0 commit comments

Comments
 (0)