Skip to content

Commit

Permalink
see env values
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKogan committed Oct 7, 2024
1 parent 12d3022 commit 0135fc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ outputs:
runs:
using: "composite"
steps:
- id: download-vul-report
run:
echo "ACTIONS_RUNTIME_TOKEN is $ACTIONS_RUNTIME_TOKEN"
echo "ACTIONS_CACHE_URL is $ACTIONS_CACHE_URL"

- uses: actions/upload-artifact@v4
id: vul-report-upload
with:
Expand Down

0 comments on commit 0135fc2

Please sign in to comment.