Skip to content

ci👷(build): publish CI artifact to gitee #631

ci👷(build): publish CI artifact to gitee

ci👷(build): publish CI artifact to gitee #631

Workflow file for this run

name: Dev Builds
on:
push:
paths:
- "*.gradle"
- "gradle.properties"
- "src/**"
- "versions/**"
- ".github/**"
pull_request:
jobs:
build:
uses: ./.github/workflows/build.yml

Check failure on line 15 in .github/workflows/gradle.yml

View workflow run for this annotation

GitHub Actions / Dev Builds

Invalid workflow file

The workflow is not valid. In .github/workflows/gradle.yml (Line: 15, Col: 11): Error from called workflow Minecraft-AMS/Carpet-AMS-Addition/.github/workflows/build.yml@78d8f5f3c20cc731250351f1f26463462d9aeeae (Line: 8, Col: 9): Unexpected value 'default'
with:
mixin_audit: true
ci_release: ${{ github.event_name == 'push' && github.ref_name != 'master' }}
secrets:
GITEE_API_TOKEN: ${{ secrets.GITEE_API_TOKEN }}