move github.context logging from collect_all to action.js
This commit is contained in:
@@ -7,11 +7,6 @@ export {collect_git} from './collect_git';
|
||||
export {collect_ci} from './collect_ci';
|
||||
|
||||
export function collect_all(debug = false, output = false) {
|
||||
|
||||
if (debug) {
|
||||
console.log(JSON.stringify(github.context, null, 2));
|
||||
}
|
||||
|
||||
return {
|
||||
...collect_ci(debug, output),
|
||||
...collect_git(debug, output)
|
||||
|
||||
Reference in New Issue
Block a user