Skip to content

Commit b35b79a

Browse files
Joonas HiltunenJontzii
authored andcommitted
Fix naming of shared secret scan action
1 parent f4d38d2 commit b35b79a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/shared-secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
extra_args: --results=verified,unverified,unknown
4949

5050
send-alerts:
51-
name: Send ${{ matrix.alert_type }} alert
51+
name: Send alerts
5252
needs: trufflehog-scan
5353
runs-on: ubuntu-24.04
5454
if: failure()
@@ -60,7 +60,7 @@ jobs:
6060
- alert_type: slack
6161
enabled: ${{ inputs.send_slack_alert }}
6262
steps:
63-
- name: Send alert
63+
- name: Send ${{ matrix.alert_type }} alert
6464
if: matrix.enabled
6565
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6
6666
with:

0 commit comments

Comments
 (0)