Skip to content

Commit 0ed3207

Browse files
author
Simon Engledew
authored
Merge pull request #289 from github/simon-engledew/fix-act-local
Fix invalid API call when running locally
2 parents b6989db + df843a2 commit 0ed3207

File tree

10 files changed

+56
-15
lines changed

10 files changed

+56
-15
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ It is possible to run this action locally via [act](https://github.com/nektos/ac
3636

3737
```bash
3838
CODEQL_LOCAL_RUN=true
39+
GITHUB_SERVER_URL=https://github.com
3940

4041
# Optional, for better logging
4142
GITHUB_JOB=<ANY_JOB_NAME>

lib/actions-util.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.test.js

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/util.test.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)