From 790f70554715076703fac11ea72ef5d1b487055b Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Fri, 16 Aug 2024 13:51:49 -0500 Subject: [PATCH] Debugging --- read-file/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/read-file/action.yml b/read-file/action.yml index 9dcceab..43a7c4c 100644 --- a/read-file/action.yml +++ b/read-file/action.yml @@ -17,6 +17,12 @@ outputs: runs: using: composite steps: + - run: ls -lah .github/workflows/* + shell: bash + + - run: echo ${{ hashFiles('.github/workflows/*') }} + shell: bash + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip