Skip to content

Commit 85e9997

Browse files
authored
ci: update of files from global .github repo (#1062)
1 parent 87ac58c commit 85e9997

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/issues-prs-notifications.yml

-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
name: Notify slack on every new issue
2121
runs-on: ubuntu-latest
2222
steps:
23-
- name: Checkout repository
24-
uses: actions/checkout@v3
2523
- name: Convert markdown to slack markdown for issue
2624
uses: asyncapi/.github/.github/actions/slackify-markdown@master
2725
id: issuemarkdown
@@ -40,8 +38,6 @@ jobs:
4038
name: Notify slack on every new pull request
4139
runs-on: ubuntu-latest
4240
steps:
43-
- name: Checkout repository
44-
uses: actions/checkout@v3
4541
- name: Convert markdown to slack markdown for pull request
4642
uses: asyncapi/.github/.github/actions/slackify-markdown@master
4743
id: prmarkdown
@@ -60,8 +56,6 @@ jobs:
6056
name: Notify slack on every new pull request
6157
runs-on: ubuntu-latest
6258
steps:
63-
- name: Checkout repository
64-
uses: actions/checkout@v3
6559
- name: Convert markdown to slack markdown for pull request
6660
uses: asyncapi/.github/.github/actions/slackify-markdown@master
6761
id: discussionmarkdown

0 commit comments

Comments
 (0)