Skip to content

1.1.0

1.1.0 #1

Workflow file for this run

name: "Release Notification"
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.16.2
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "15844367"
username: "BCC Changelog"
avatar_url: "https://bcc-scripts.com/logo.png"
content: "# BCC-utils ${{ env.RELEASE_VERSION }} \n\n https://github.com/BryceCanyonCounty/bcc-utils"
footer_timestamp: false
max_description: "4096"
reduce_headings: true