Skip to content

Commit

Permalink
Update dependabot-merger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Sep 19, 2023
1 parent ef3b826 commit d1bf638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fi
PR_COUNT=$(echo "$PR_LIST" | wc -l)
echo "$PR_COUNT PR's to be merged."
echo "$PR_COUNT PRs to be merged."
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "prs<<$EOF" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Post to a Slack channel
uses: slackapi/[email protected]
with:
channel-id: "C03RTLRKJQP"
channel-id: "C04E69NEDAT"
payload: |
{
"blocks": [
Expand Down

0 comments on commit d1bf638

Please sign in to comment.