1 parent 4d0c8ac commit 7bb95cdCopy full SHA for 7bb95cd
1 file changed
.github/workflows/tmp-probe.yml
@@ -14,10 +14,10 @@ jobs:
14
with:
15
core: false
16
cask: false
17
- test-bot: false
18
- name: Show what got downloaded
19
shell: bash
20
run: |
21
- base=$(find "$RUNNER_TEMP/../.." -maxdepth 3 -type d -path '*_actions/Homebrew/actions' | head -1)
22
- echo "=== siblings inside the downloaded Homebrew/actions repo:"
23
- find "$base" -maxdepth 2 -type d | sed "s|$base|<repo-root>|" | sort | head -40
+ base="/home/runner/work/_actions/Homebrew/actions/848c272c7bfe984a197bd4d16383f4c106ec61e6"
+ echo "=== top level of the downloaded repo:"
+ ls -1 "$base" | head -40
+ echo "=== total entries: $(ls -1 "$base" | wc -l)"
0 commit comments