We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81993a commit d642b66Copy full SHA for d642b66
.github/workflows/slack.yml
@@ -5,7 +5,7 @@ on: [push, pull_request, issues]
5
jobs:
6
slack-notifications:
7
continue-on-error: true
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
9
name: Sends a message to Slack when a push, a pull request or an issue is made
10
steps:
11
- name: Send message to Slack API
0 commit comments