Skip to content

Commit

Permalink
Merge pull request #129 from XAI-Demonstrator/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/rtCamp/action-slack-notify-v2.1.3

Bump rtCamp/action-slack-notify from v2.1.2 to v2.1.3
  • Loading branch information
ionicsolutions authored Mar 15, 2021
2 parents ce5b3ed + 9a67ed2 commit 23f8ad4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.1.2
uses: rtCamp/action-slack-notify@v2.1.3
env:
SLACK_CHANNEL: xai-demonstrator-monitor
SLACK_MESSAGE: 'Deployed a new version of the docs :book: at https://xai-demonstrator.github.io/xai-demonstrator/ :nerd_face:'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
retry-delay: 30s
- name: Notify Slack
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.2
uses: rtCamp/action-slack-notify@v2.1.3
env:
SLACK_CHANNEL: xai-demonstrator-monitor
SLACK_MESSAGE: 'Cannot reach test deployment at https://test.xaidemo.de :disappointed:'
Expand All @@ -39,7 +39,7 @@ jobs:
retry-delay: 30s
- name: Notify Slack
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2.1.2
uses: rtCamp/action-slack-notify@v2.1.3
env:
SLACK_CHANNEL: xai-demonstrator-monitor
SLACK_MESSAGE: 'Cannot reach prod deployment at https://www.xaidemo.de/ :rotating_light:'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.1.2
uses: rtCamp/action-slack-notify@v2.1.3
env:
SLACK_CHANNEL: xai-demonstrator-monitor
SLACK_MESSAGE: 'Successfully deployed a new release to https://www.xaidemo.de/ :rocket:'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo docker-compose up -d
sleep 10 && rm ~/.test-deployment-lock
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.1.2
uses: rtCamp/action-slack-notify@v2.1.3
env:
SLACK_CHANNEL: xai-demonstrator-monitor
SLACK_MESSAGE: 'Successfully deployed a new version to https://test.xaidemo.de :rocket:'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vue-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
dry-run: ${{ github.ref != 'refs/heads/master' }}
- name: Slack Notification
if: github.ref == 'refs/heads/master'
uses: rtCamp/action-slack-notify@v2.1.2
uses: rtCamp/action-slack-notify@v2.1.3
env:
SLACK_CHANNEL: xai-demonstrator-monitor
SLACK_MESSAGE: 'Released a new version of @xai-demonstrator/xaidemo-ui :bricks: at https://www.npmjs.com/package/@xai-demonstrator/xaidemo-ui'
Expand Down

0 comments on commit 23f8ad4

Please sign in to comment.