Skip to content

Commit

Permalink
fork test: dump github context
Browse files Browse the repository at this point in the history
  • Loading branch information
ilargitxiki committed Dec 11, 2024
1 parent 5a2fccf commit b16200a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/license-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:
- '*'

jobs:
dump-github:
name: Dump Github context
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

fossa-scan:
name: Find license compliance and security issues
if: github.repository == 'Kuadrant/limitador'
Expand Down

0 comments on commit b16200a

Please sign in to comment.