Restart the scan if the result has a quantity below the expected thre… #81
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: Curse Build | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- '*' | |
paths-ignore: | |
- ".github/**" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: BigWigsMods/packager@v2 | |
with: | |
args: -p 606496 -a Xb6Xdo6p | |
env: | |
CF_API_KEY: ${{ secrets.plusmouse_curseforge }} | |
WAGO_API_TOKEN: ${{ secrets.plusmouse_wago }} |