Skip to content

Commit

Permalink
chore(deps): bump scribemd/slack-templates action to v0.6.13
Browse files Browse the repository at this point in the history
| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | ScribeMD/slack-templates | 0.6.12 | 0.6.13 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Jan 18, 2023
1 parent 4e13a94 commit 5db0cd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify-assignee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
notify-assignee:
name: Notify Assignee
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.12
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.13
permissions:
contents: read
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-reviewers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
notify-reviewers:
name: Notify Reviewers
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.12
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.13
permissions:
contents: read
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ScribeMD/pre-commit-action@0.9.36
- name: Send Slack notification with job status.
if: always()
uses: ScribeMD/slack-templates@0.6.12
uses: ScribeMD/slack-templates@0.6.13
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
Expand Down

0 comments on commit 5db0cd7

Please sign in to comment.