Skip to content

v2.1.5

v2.1.5 #5

# This is a basic workflow to help you get started with Actions
name: Discord Webhooks
# Controls when the workflow will run
on:
release:
types: [released, prereleased]
jobs:
github-releases-to-discord:
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Homebridge Raspbian Image"

Check failure on line 14 in .github/workflows/discord-webhooks.yml

View workflow run for this annotation

GitHub Actions / Discord Webhooks

Invalid workflow file

The workflow is not valid. .github/workflows/discord-webhooks.yml (Line: 14, Col: 21): Invalid input, footer_title is not defined in the referenced workflow. .github/workflows/discord-webhooks.yml (Line: 12, Col: 11): Secret DISCORD_WEBHOOK is required, but not provided while calling.
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}