Skip to content

Commit fb3645e

Browse files
authored
action: use --project (#14)
1 parent 24ef1e2 commit fb3645e

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 --locked "${GITHUB_ACTION_PATH}/action.py"
27+
uv run --locked --project "${GITHUB_ACTION_PATH}" "${GITHUB_ACTION_PATH}/action.py"
2828
shell: bash
2929
env:
3030
ATTEST_ACTION_INPUT_PATHS: ${{ inputs.paths }}

0 commit comments

Comments
 (0)