Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuljha committed Aug 4, 2024
1 parent afb4c7d commit 323707e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/foss-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ jobs:
- name: Checkout this repo
uses: actions/checkout@v4

- name: Debug env vars
run: |
echo $INPUT_ENVIRONMENT
echo $INPUT_REQUIREMENTS
echo $INPUT_PIPENV
echo $INPUT_POETRY
echo $GITHUB_ACTION
echo $GITHUB_WORKSPACE
echo #GITHUB_ENV
- name: Generate Python SBOM
id : generate_sbom
uses: rajuljha/foss-action-python@v4
Expand Down

0 comments on commit 323707e

Please sign in to comment.