Skip to content

Commit

Permalink
ci(cue): Render YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Aug 3, 2022
1 parent f396b13 commit 17075be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- channel-id: workflows
uses: slackapi/slack-github-action@v1.21.0
- uses: slackapi/slack-github-action@v1.21.0
with:
channel-id: workflows
payload: '{"text":"Deployment started (In Progress)","attachments":[{"pretext":"Deployment started","color":"dbab09","fields":[{"title":"Status","short":true,"value":"In Progress"}]}]}'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand All @@ -26,9 +26,9 @@ jobs:
with:
fail_on_error: true
reporter: github-check
- channel-id: workflows
uses: slackapi/slack-github-action@v1.21.0
- uses: slackapi/slack-github-action@v1.21.0
with:
channel-id: workflows
payload: '{"text":"Deployment finished (Completed)","attachments":[{"pretext":"Deployment finished","color":"28a745","fields":[{"title":"Status","short":true,"value":"Completed"}]}]}'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 17075be

Please sign in to comment.