Skip to content

🔁 Update Nightly YARG #174

🔁 Update Nightly YARG

🔁 Update Nightly YARG #174

name: 🔁 Update Nightly YARG
on:
repository_dispatch:
types: [ updateNightlyYARG, updateAll ]
workflow_dispatch:
permissions:
contents: write
jobs:
updateNightlyYARG:
name: "🔁 Update Nightly"
uses: ./.github/workflows/run-script.yml
secrets: inherit
permissions:
contents: write
with:
method: "UpdateNightlyYARG"
description: "Update Nightly YARG's releases"
generateNightlyChangelog:
name: "📋 Generate changelog"
needs: [updateNightlyYARG]
if: success()
uses: ./.github/workflows/run-script.yml
secrets: inherit
permissions:
contents: write
with:
method: "GenerateNightlyChangelog"
description: "Generate Nightly YARG changelog"