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:
Christopher Allen
2021-11-02 21:12:07 +00:00
committed by GitHub
parent c54b0e0f36
commit 18fd274824

View File

@@ -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);