We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb95ea commit e8f66e3Copy full SHA for e8f66e3
action.yml
@@ -41,7 +41,7 @@ runs:
41
if: ${{ inputs.step == 'run-self-hosted-validation' }}
42
run: |
43
~/run_validation.sh \
44
- --repo ${{ github.event.repository.name }} \
+ --repo ${{ github.repository }} \
45
--branch ${{ github.head_ref }} \
46
--base_branch ${{ github.base_ref }} \
47
--env_file ${{ inputs.env_file }} \
0 commit comments