Skip to content

Change slack_notify actions based on SLACK_WEBHOOK_URL, instead of SL… #5

Change slack_notify actions based on SLACK_WEBHOOK_URL, instead of SL…

Change slack_notify actions based on SLACK_WEBHOOK_URL, instead of SL… #5

Workflow file for this run

name: Single Job Test
on:
push:
branches: [ main ]
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: ☑️ Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: 🔔 Notify results
uses: ./
if: always()
with:
slack_hook_url: ${{ secrets.SLACK_GITHUB_ACTIONS }}