This commit is contained in:
Tom 2025-10-23 13:44:17 -04:00 committed by GitHub
commit e26111c421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,22 @@ on:
# default: true
# description: 'Find the available targets'
permissions: read-all
permissions:
actions: read
attestations: read
checks: write
contents: write
deployments: read
id-token: write
issues: read
models: read
discussions: read
packages: write
pages: read
pull-requests: read
security-events: read
statuses: read
repository-projects: read
jobs:
find-targets:
@ -60,7 +75,7 @@ jobs:
echo "Arch: ${{matrix.arch}}" >> $GITHUB_STEP_SUMMARY
echo "Ref: $GITHUB_REF" >> $GITHUB_STEP_SUMMARY
echo "Targets:" >> $GITHUB_STEP_SUMMARY
echo $TARGETS >> $GITHUB_STEP_SUMMARY
echo $TARGETS | jq -r '.[] | "- " + .board' >> $GITHUB_STEP_SUMMARY
version:
if: ${{ inputs.target != '' }}