Skip to content

Commit

Permalink
Merge pull request #6 from pulumi/guin/remove-slack
Browse files Browse the repository at this point in the history
Remove Slack steps
  • Loading branch information
guineveresaenger authored May 5, 2023
2 parents dc85486 + cd11c93 commit 9b71c3d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,3 @@ runs:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
build-root-directory: ./sdk/java
gradle-version: 7.4.1
- name: Notify success
env:
SLACK_CHANNEL: provider-upgrade-status
SLACK_COLOR: "#00FF00"
SLACK_MESSAGE: |-
Publish succeeded :heart_decoration:
SLACK_TITLE: ${{ github.event.repository.name }} Publish result
SLACK_USERNAME: provider-bot
SLACK_WEBHOOK: ${{ env.SLACK_WEBHOOK_URL }}
SLACK_ICON_EMOJI: ":taco:"
uses: rtCamp/action-slack-notify@v2
- name: Notify failure
env:
SLACK_CHANNEL: provider-upgrade-status
SLACK_COLOR: "#FF0000"
SLACK_MESSAGE: |-
Publish failed :x:
SLACK_TITLE: ${{ github.event.repository.name }} upgrade result
SLACK_USERNAME: provider-bot
SLACK_WEBHOOK: ${{ env.SLACK_WEBHOOK_URL }}
SLACK_ICON_EMOJI: ":taco:"
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2

0 comments on commit 9b71c3d

Please sign in to comment.