docs: Add catalog-info.yaml for GitHub actions and Discord integration #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Git Commits | |
on: [push] | |
jobs: | |
git: | |
name: Git Commits | |
runs-on: ubuntu-latest | |
env: | |
DOCKER_BUILDKIT: 1 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Discord Webhook | |
uses: johnnyhuy/actions-discord-git-webhook@main | |
with: | |
webhook_url: ${{ secrets.DISCORD_WEBHOOK }} | |
color: 12B92E |