Skip to content

Commit 922ed80

Browse files
committed
github-actionify: fix duplicate pom content bug
1 parent 57d4405 commit 922ed80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actionify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ process() {
111111
# Change pom.xml from Travis CI to GitHub Actions
112112
domain="github.com"
113113
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"
114+
sed "s;travis-ci.*;github.com/$repoSlug/actions/workflows/.gitaction.yml</url>;g" pom.xml >"$tmpFile"
115115
update pom.xml
116116

117117
# -- GitHub Action sanity checks --

0 commit comments

Comments
 (0)