Skip to content

Commit

Permalink
better englishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jforest committed Oct 9, 2024
1 parent 91b5cc2 commit 9df5036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
}
}
]
Expand Down

0 comments on commit 9df5036

Please sign in to comment.