Merge pull request #1780 from github/henrymercer/remove-redundant-env-var
Remove redundant environment variable from PR check
This commit is contained in:
commit
d85a177b9b
2 changed files with 0 additions and 2 deletions
1
.github/workflows/__config-export.yml
generated
vendored
1
.github/workflows/__config-export.yml
generated
vendored
|
|
@ -101,6 +101,5 @@ jobs:
|
||||||
}
|
}
|
||||||
core.info('Finished config export tests.');
|
core.info('Finished config export tests.');
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_EXPORT_CODE_SCANNING_CONFIG: true
|
|
||||||
CODEQL_PASS_CONFIG_TO_CLI: true
|
CODEQL_PASS_CONFIG_TO_CLI: true
|
||||||
CODEQL_ACTION_TEST_MODE: true
|
CODEQL_ACTION_TEST_MODE: true
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ name: "Config export"
|
||||||
description: "Tests that the code scanning configuration file is exported to SARIF correctly."
|
description: "Tests that the code scanning configuration file is exported to SARIF correctly."
|
||||||
versions: ["latest", "nightly-latest"]
|
versions: ["latest", "nightly-latest"]
|
||||||
env:
|
env:
|
||||||
CODEQL_ACTION_EXPORT_CODE_SCANNING_CONFIG: true
|
|
||||||
CODEQL_PASS_CONFIG_TO_CLI: true
|
CODEQL_PASS_CONFIG_TO_CLI: true
|
||||||
steps:
|
steps:
|
||||||
- uses: ./../action/init
|
- uses: ./../action/init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue