Skip to content

Commit

Permalink
log github inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Nov 25, 2024
1 parent 19293f8 commit a0a41a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ inputs:
runs:
using: "composite"
steps:
- run: echo $GITHUB_WORKSPACE
shell: bash
- run: echo $INPUT_PATH
shell: bash
- run: echo $INPUT_REF
shell: bash
- uses: actions/checkout@v3
if: "${{ inputs.token != null }}"
with:
Expand Down

0 comments on commit a0a41a7

Please sign in to comment.