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 e2b3173 commit d87c982Copy full SHA for d87c982
.github/workflows/veracode-code-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
register:
39
uses: ./.github/workflows/veracode-check-run.yml
40
with:
41
- check_run_name: ${{ github.workflow }} - ${{ contains( github.event.action, 'policy') && 'Policy' || 'Pipeline' }}
+ check_run_name: ${{ github.workflow }} - ${{ contains(github.event.action, 'policy') && 'Policy' || 'Pipeline' }}
42
head_sha: ${{ github.event.client_payload.sha }}
43
repositroy_owner: ${{ github.event.client_payload.repository.owner }}
44
repositroy_name: ${{ github.event.client_payload.repository.name }}
0 commit comments