Skip to content

v 2.48.3

v 2.48.3 #628

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@46220f0bf6de8cc6cb4ec112b7c8c50474a80041 (Line: 15, Col: 9): Unexpected value 'GITEE_API_TOKEN' In .github/workflows/gradle.yml (Line: 15, Col: 11): Error from called workflow Minecraft-AMS/Carpet-AMS-Addition/.github/workflows/build.yml@46220f0bf6de8cc6cb4ec112b7c8c50474a80041 (Line: 15, Col: 9): Required property is missing: type
with:
mixin_audit: true
ci_release: ${{ github.event_name == 'push' && github.ref_name != 'master' }}
secrets:
GITEE_API_TOKEN: ${{ secrets.GITEE_API_TOKEN }}