#GitHubActions #Slack [[Slatify]]を使う。 ```yaml:例 - name: "Slack Notification (success)" uses: lazy-actions/slatify@master if: always() with: type: ${{ job.status }} username: GitHub Actions (Success) job_name: ":owlelia: Release ${{ github.ref }}" icon_emoji: ":github:" url: ${{ secrets.SLACK_WEBHOOK }} ```