Fix use of wrong URL

This commit is contained in:
Robert Brignull
2020-08-26 13:26:36 +01:00
parent 3ffe4b7421
commit f5d645fc73
19 changed files with 19 additions and 34 deletions

View File

@@ -22,5 +22,5 @@ jobs:
--repository $GITHUB_REPOSITORY \
--commit $GITHUB_SHA \
--ref $GITHUB_REF \
--github-url $GITHUB_API_URL \
--github-url $GITHUB_SERVER_URL \
--github-auth ${{ github.token }}