Skip to content

Commit 7bb95cd

Browse files
committed
chore: probe sibling visibility
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent 4d0c8ac commit 7bb95cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/tmp-probe.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
core: false
1616
cask: false
17-
test-bot: false
1817
- name: Show what got downloaded
1918
shell: bash
2019
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
20+
base="/home/runner/work/_actions/Homebrew/actions/848c272c7bfe984a197bd4d16383f4c106ec61e6"
21+
echo "=== top level of the downloaded repo:"
22+
ls -1 "$base" | head -40
23+
echo "=== total entries: $(ls -1 "$base" | wc -l)"

0 commit comments

Comments
 (0)