Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Nov 25, 2024
1 parent a0a41a7 commit dc46fe4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ 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
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
with:
concurrent_skipping: "same_content_newer"

debug:
runs-on: ubuntu-latest
steps:
- run: echo $GITHUB_WORKSPACE
shell: bash
- run: echo $INPUT_PATH
shell: bash
- run: echo $INPUT_REF
shell: bash

check:
needs: skip-duplicates
if: needs.skip-duplicates.outputs.should_skip != 'true'
Expand Down

0 comments on commit dc46fe4

Please sign in to comment.