Skip to content

Commit

Permalink
Debugging event name context variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Sep 18, 2023
1 parent 163205b commit fbdf402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
# if: github.event_name ==
steps:
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
Expand All @@ -26,6 +27,9 @@ jobs:
with:
show-progress: 'false'
persist-credentials: 'false'
- run: echo "$DEBUG_EVENT_NAME"
env:
DEBUG_EVENT_NAME: ${{ github.event_name }}
- uses: actions/dependency-review-action@v3

codeql:
Expand Down

0 comments on commit fbdf402

Please sign in to comment.