Update README.md #3
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: Build package | ||
on: push | ||
permissions: | ||
contents: write | ||
jobs: | ||
build: | ||
uses: programie/Workflows/.github/workflows/build-minecraft-plugin.yml@main | ||
Check failure on line 10 in .github/workflows/build.yml GitHub Actions / Build packageInvalid workflow file
|
||
secrets: inherit | ||
with: | ||
curseforge_id: 60425 | ||
modrinth_id: fitNd0zm | ||
game_versions: '>= 1.12.2' |