Skip to content

tmp-probe

tmp-probe #2

Workflow file for this run

name: tmp-probe
on: pull_request
permissions: {}
jobs:
probe:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: TrogonStack/github-actions/actions/semconv/pull-request@probe-v0
- name: Show what got downloaded
shell: bash
run: |
base="$RUNNER_TEMP/../_actions/TrogonStack/github-actions"
echo "--- tree under _actions:"
find "$base" -maxdepth 4 | sed "s|$base|_actions/TrogonStack/github-actions|" | sort