Skip to content

Commit

Permalink
test update of slack-github-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Nov 22, 2024
1 parent 679324c commit 3df0d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reminders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Get pending deployments
id: runs
run: echo "pending=$(gh run list --workflow pipeline.yml --branch main --status waiting --json displayTitle,url)" | tee -a "$GITHUB_OUTPUT"
run: echo "pending=$(gh run list --workflow pipeline.yml --branch main --status failure --json displayTitle,url)" | tee -a "$GITHUB_OUTPUT"
env:
GITHUB_TOKEN: ${{ github.token }}

Expand All @@ -29,15 +29,15 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*⏳ Review pending deployments*"
"text": "*⏳ Review failing merges into main*"
}
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "> There are production deployments waiting for approval. Approve them to unblock the pipeline."
"text": "> There are failing merges into main."
}
]
}
Expand Down

0 comments on commit 3df0d2f

Please sign in to comment.