We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8bf220 + 48653db commit c1568edCopy full SHA for c1568ed
.github/workflows/golang.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Send Slack alert notification
62
id: slack
63
if: github.event_name == 'push'
64
- uses: slackapi/slack-github-action@v1.26.0
+ uses: slackapi/slack-github-action@v1.27.0
65
env:
66
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
67
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
0 commit comments