Skip to content

Announce Latest Nightly Build to Discord #14

Announce Latest Nightly Build to Discord

Announce Latest Nightly Build to Discord #14

name: Announce Latest Nightly Build to Discord
env:
GH_PKG_URL: "https://maven.pkg.github.com/${{ github.repository }}"
on: workflow_dispatch
jobs:
get-package-info:
name: Get Package Info
uses: ./.github/workflows/_download-latest-package-info.yml

Check failure on line 10 in .github/workflows/announce-latest-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/announce-latest-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/announce-latest-build.yml" -> "./.github/workflows/_download-latest-package-info.yml" (source branch with sha:540f5f33e8cb3bb6fb5ffbd12febcfd3550e9a87) : You have an error in your yaml syntax on line 56
secrets: inherit
announce:
name: Discord Announcement
needs: [get-package-info]
uses: ./.github/workflows/_announce-latest-build.yml
secrets: inherit