Skip to content

Commit

Permalink
Debug: dump env, GH context in PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Jan 16, 2024
1 parent b0f24a2 commit 93b17c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/__submit-sarif-failure.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pr-checks/checks/submit-sarif-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ env:
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks

steps:
# Debug
- name: Dump environment
run: env
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v4
- uses: ./init
with:
Expand Down

0 comments on commit 93b17c6

Please sign in to comment.