Skip to content

Commit f5ef133

Browse files
Merge pull request #80 from mongodb/antoniomorello-DB-patch-1
Update devdocs-notify.yml
2 parents 5382a59 + 55fd62c commit f5ef133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/devdocs-notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
notify:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Check for new PR or issues
12+
- name: Check for new PR or issues
1313
env:
1414
ISSUE_TITLE: ${{ github.event.issue.title }}
1515
ISSUE_USER: ${{ github.event.issue.user.login }}
@@ -23,7 +23,7 @@ jobs:
2323
--arg title "$ISSUE_TITLE" \
2424
--arg user "$ISSUE_USER" \
2525
--arg url "$ISSUE_URL" \
26-
'*📢 @DevDocs a PR was opened or issue created in \($repo) 📢*')
26+
'*📢 @DevDocs a PR was opened or issue created in \($repo) 📢')
2727
2828
# Build Slack payload
2929
SLACK_PAYLOAD=$(jq -n \

0 commit comments

Comments
 (0)