Skip to content

Commit e79e265

Browse files
Merge pull request #47 from jaymzh/fix-typo
Fix typo in #45
2 parents 27ecfd8 + 080f4f0 commit e79e265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-main-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ jobs:
13001300

13011301
BlackDuck-Polaris-SAST:
13021302
name: 'BlackDuck Polaris SAST scan'
1303-
if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}}
1303+
if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}
13041304
uses: chef/common-github-actions/.github/workflows/polaris-sast.yml@main
13051305
needs: checkout
13061306
secrets: inherit

0 commit comments

Comments
 (0)