We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d38d2 commit b35b79aCopy full SHA for b35b79a
1 file changed
.github/workflows/shared-secret-scan.yml
@@ -48,7 +48,7 @@ jobs:
48
extra_args: --results=verified,unverified,unknown
49
50
send-alerts:
51
- name: Send ${{ matrix.alert_type }} alert
+ name: Send alerts
52
needs: trufflehog-scan
53
runs-on: ubuntu-24.04
54
if: failure()
@@ -60,7 +60,7 @@ jobs:
60
- alert_type: slack
61
enabled: ${{ inputs.send_slack_alert }}
62
steps:
63
- - name: Send alert
+ - name: Send ${{ matrix.alert_type }} alert
64
if: matrix.enabled
65
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6
66
with:
0 commit comments