Skip to content

karle-nishi has pushed a commit #276

karle-nishi has pushed a commit

karle-nishi has pushed a commit #276

Workflow file for this run

name: GitHub-Push
run-name: ${{ github.triggering_actor }} has pushed a commit
on:
push:
jobs:
notify-pull-request:
runs-on: ubuntu-latest
steps:
- name: Send GitHub Action trigger data to Slack workflow
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_PUSH }}