Skip to content

Commit d87c982

Browse files
REPO-723 remove space
1 parent e2b3173 commit d87c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veracode-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
register:
3939
uses: ./.github/workflows/veracode-check-run.yml
4040
with:
41-
check_run_name: ${{ github.workflow }} - ${{ contains( github.event.action, 'policy') && 'Policy' || 'Pipeline' }}
41+
check_run_name: ${{ github.workflow }} - ${{ contains(github.event.action, 'policy') && 'Policy' || 'Pipeline' }}
4242
head_sha: ${{ github.event.client_payload.sha }}
4343
repositroy_owner: ${{ github.event.client_payload.repository.owner }}
4444
repositroy_name: ${{ github.event.client_payload.repository.name }}

0 commit comments

Comments
 (0)