We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e56b0 + 4505096 commit 7498a0cCopy full SHA for 7498a0c
1 file changed
.github/workflows/valid-milestone-change.yml
@@ -48,7 +48,7 @@ jobs:
48
gh api --silent /orgs/rancher/teams/ui/memberships/${{ env.ACTOR }}
49
- name: "Send Slack message if user is not a team member"
50
if: steps.check_team.outcome == 'failure'
51
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
+ uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
52
with:
53
payload: |
54
{
0 commit comments