mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 12:40:21 +08:00
Fix use of wrong URL
This commit is contained in:
2
.github/workflows/runner.yml
vendored
2
.github/workflows/runner.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user