diff --git a/.github/workflows/phylum-daily-analysis.yaml b/.github/workflows/phylum-daily-analysis.yaml index e4fa673ffa8..cb3ffed101f 100644 --- a/.github/workflows/phylum-daily-analysis.yaml +++ b/.github/workflows/phylum-daily-analysis.yaml @@ -60,7 +60,7 @@ jobs: notify_when: 'failure' notification_title: ':clock3: Phylum Scheduled Daily Analysis:' message_format: 'Automatic phylum analysis has found vulnerabilities on ${{ env.PHYLUM_NAME }} in ${{ matrix.branch }} branch:boom:' - footer: "Linked Repository <{repo_url}|{repo}> | " + footer: "Linked Repository <{repo_url}|{repo}> | " env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_PHYLUM_PROTOCOL_TEAM_WEBHOOK }} @@ -72,6 +72,6 @@ jobs: notify_when: 'success' notification_title: ':clock3: Phylum Scheduled Daily Analysis:' message_format: 'Automatic phylum analysis has not found vulnerabilities on ${{ env.PHYLUM_NAME }} in ${{ matrix.branch }} branch :rocket: ' - footer: "Linked Repository <{repo_url}|{repo}> | " + footer: "Linked Repository <{repo_url}|{repo}> | " env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_PHYLUM_PROTOCOL_TEAM_WEBHOOK }}