From dc46fe49d52bcbb8121892e2bf9a0a7670fa29be Mon Sep 17 00:00:00 2001 From: OliverNChalk <11343499+OliverNChalk@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:08:07 +0100 Subject: [PATCH] j --- .github/workflows/actions/checkout/action.yml | 6 ------ .github/workflows/ci.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actions/checkout/action.yml b/.github/workflows/actions/checkout/action.yml index 40a9480..8955bd4 100644 --- a/.github/workflows/actions/checkout/action.yml +++ b/.github/workflows/actions/checkout/action.yml @@ -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: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b230bb0..9224859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'