Skip to content

Commit

Permalink
Output results
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Sep 30, 2024
1 parent 41e9dc2 commit 683da96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/presubmit-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
find . -type f -path '*/images/*/metadata.yaml' |
yq eval '.keywords[]' - | grep -vE '(application|base|fips|ai|ai-gpu|stigs|featured)'
echo '::endgroup::'
- name: Output results
id: output-results
run: echo ${{ steps.verify-keywords.outputs.stdout }}

0 comments on commit 683da96

Please sign in to comment.