diff --git a/.github/workflows/chart-releaser.yaml b/.github/workflows/chart-releaser.yaml index f26d1f7a..f9253d18 100644 --- a/.github/workflows/chart-releaser.yaml +++ b/.github/workflows/chart-releaser.yaml @@ -39,7 +39,7 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - name: Notify Slack of chart releaser failure + - name: Notify Slack of chart release failure if: failure() uses: slackapi/slack-github-action@v1.27.0 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6da33ce6..cced9183 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "Publish of Chart Documentation failed, please check the logs. ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" + "text": "Publishing Chart Documentation failed, please check the logs. ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" } } ]