From 9df503661d808a491612a6c5d6221c8d9f16b6dc Mon Sep 17 00:00:00 2001 From: "Joshua C. Forest" Date: Wed, 9 Oct 2024 09:17:43 -0400 Subject: [PATCH] better englishing --- .github/workflows/chart-releaser.yaml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}" } } ]