Skip to content

Commit e8f66e3

Browse files
committed
fix: add owner to repo arg
1 parent bbb95ea commit e8f66e3

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
@@ -41,7 +41,7 @@ runs:
4141
if: ${{ inputs.step == 'run-self-hosted-validation' }}
4242
run: |
4343
~/run_validation.sh \
44-
--repo ${{ github.event.repository.name }} \
44+
--repo ${{ github.repository }} \
4545
--branch ${{ github.head_ref }} \
4646
--base_branch ${{ github.base_ref }} \
4747
--env_file ${{ inputs.env_file }} \

0 commit comments

Comments
 (0)