Skip to content

Commit

Permalink
Use log groups in the action (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jku authored Jan 23, 2025
1 parent 06a5a2a commit 198d848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ runs:

- name: Set up sigstore-conformance
run: |
echo "::group::Install sigstore-conformance requirements"
# NOTE: Sourced, not executed as a script.
source "${{ github.action_path }}/setup/setup.bash"
echo "::endgroup::"
shell: bash

- name: Run sigstore-conformance
Expand Down

0 comments on commit 198d848

Please sign in to comment.