We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109b6cf commit 8aa6b03Copy full SHA for 8aa6b03
.github/actions/rl-scanner/action.yml
@@ -63,7 +63,7 @@ runs:
63
64
rl-wrapper \
65
--artifact "${{ inputs.artifact-path }}" \
66
- --name "${{ inputs.repository }}" \
+ --name "${{ github.event.repository.name }}" \
67
--version "${{ inputs.version }}" \
68
--repository "${{ inputs.repository }}" \
69
--commit "${{ inputs.commit }}" \
0 commit comments