We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8392aa commit b3d87eaCopy full SHA for b3d87ea
1 file changed
github-actionify.sh
@@ -111,8 +111,8 @@ 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"
115
- update pom.xml
+ sed "s;travis-ci.*;github.com/$repoSlug/actions</url>;g" pom.xml >"$tmpFile"
+ update pom.xml "switch from Travis CI to GitHub Actions"
116
117
# -- GitHub Action sanity checks --
118
0 commit comments