name: slack notification test on: push: branches: - '**' workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - name: Slack Notification if: always() run: | if [ '${{ job.status }}' = 'success'ã]; then COLOR="good" else COLOR="danger" fi jq -n --arg jobLink '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}' --arg color "${COLOR}" '{ attachments: [{ prete

{{#tags}}- {{label}}
{{/tags}}