We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5382a59 + 55fd62c commit f5ef133Copy full SHA for f5ef133
1 file changed
.github/workflows/devdocs-notify.yml
@@ -9,7 +9,7 @@ jobs:
9
notify:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Check for new PR or issues
+ - name: Check for new PR or issues
13
env:
14
ISSUE_TITLE: ${{ github.event.issue.title }}
15
ISSUE_USER: ${{ github.event.issue.user.login }}
@@ -23,7 +23,7 @@ jobs:
23
--arg title "$ISSUE_TITLE" \
24
--arg user "$ISSUE_USER" \
25
--arg url "$ISSUE_URL" \
26
- '*📢 @DevDocs a PR was opened or issue created in \($repo) 📢*')
+ '*📢 @DevDocs a PR was opened or issue created in \($repo) 📢')
27
28
# Build Slack payload
29
SLACK_PAYLOAD=$(jq -n \
0 commit comments