Skip to content

Bump slackapi/slack-github-action from 1.27.0 to 2.0.0 #1011

Bump slackapi/slack-github-action from 1.27.0 to 2.0.0

Bump slackapi/slack-github-action from 1.27.0 to 2.0.0 #1011

Workflow file for this run

name: My Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Another step
run: echo "This is another step in your workflow"