Skip to content

Commit b3d87ea

Browse files
committed
github-actionify: improve Travis-to-GHA logic
* Link to toplevel .../actions path. * Give a better commit message.
1 parent f8392aa commit b3d87ea

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
@@ -111,8 +111,8 @@ 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"
115-
update pom.xml
114+
sed "s;travis-ci.*;github.com/$repoSlug/actions</url>;g" pom.xml >"$tmpFile"
115+
update pom.xml "switch from Travis CI to GitHub Actions"
116116

117117
# -- GitHub Action sanity checks --
118118

0 commit comments

Comments
 (0)