Skip to content

Commit 24ef1e2

Browse files
committed
action: temporarily disable quiet
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 2287b72 commit 24ef1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424

2525
- name: generate attestations
2626
run: |
27-
uv run --quiet --locked "${GITHUB_ACTION_PATH}/action.py"
27+
uv run --locked "${GITHUB_ACTION_PATH}/action.py"
2828
shell: bash
2929
env:
3030
ATTEST_ACTION_INPUT_PATHS: ${{ inputs.paths }}

0 commit comments

Comments
 (0)