Load remote config file
This commit is contained in:
+3
-1
@@ -64,7 +64,9 @@ event_file.close
|
||||
|
||||
action_inputs = {
|
||||
"repo-token": github_token,
|
||||
"config-file": config_file
|
||||
"config-file": config_file,
|
||||
"remote-config-file": "actions/dependency-review-action/.github/dependency-review-config.yml@external-config",
|
||||
"config-repository-token": github_token
|
||||
}
|
||||
|
||||
dev_cmd_env = {
|
||||
|
||||
Reference in New Issue
Block a user