Skip to content

Commit

Permalink
Fixing the indendation issue (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravali-rimmalapudi authored Oct 19, 2021
1 parent be230eb commit cc4b7db
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ jobs:
tag: ${{github.event.inputs.version}}
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{github.event.inputs.pre-release}}
notify-complete-fail:
if: ${{ failure() || cancelled() }}
needs: [ release ]
name: Notify Release Failed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.ALERT_SLACK_WEB_HOOK }}
SLACK_COLOR: "#ff3333"
SLACK_USERNAME: CLI Release Bot
SLACK_ICON_EMOJI: ":ship:"
SLACK_TITLE: "Twilio Cli"
SLACK_MESSAGE: 'Homebrew Release Failed'
MSG_MINIMAL: actions url
notify-complete-fail:
if: ${{ failure() || cancelled() }}
needs: [ release ]
name: Notify Release Failed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.ALERT_SLACK_WEB_HOOK }}
SLACK_COLOR: "#ff3333"
SLACK_USERNAME: CLI Release Bot
SLACK_ICON_EMOJI: ":ship:"
SLACK_TITLE: "Twilio Cli"
SLACK_MESSAGE: 'Homebrew Release Failed'
MSG_MINIMAL: actions url

0 comments on commit cc4b7db

Please sign in to comment.