Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Aug 16, 2024
1 parent 05f0140 commit 790f705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions read-file/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 790f705

Please sign in to comment.