mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
chore: More spelunking in GitHub Action data (#5673)
Looking for information about PR that triggered original check_clang_format run.
This commit is contained in:
committed by
GitHub
parent
c54b0e0f36
commit
18fd274824
5
.github/workflows/report_clang_format.yml
vendored
5
.github/workflows/report_clang_format.yml
vendored
@@ -25,5 +25,6 @@ jobs:
|
||||
with:
|
||||
script: |
|
||||
// Not sure yet how to find out which PR triggered the run, so
|
||||
// dump the whole context object to try to find useful information.
|
||||
console.log('%o', context);
|
||||
// dump the whole github.event object to try to find useful
|
||||
// information.
|
||||
console.log('%o', github.event);
|
||||
|
||||
Reference in New Issue
Block a user