Skip to content

...

... #66

Workflow file for this run

name: Build & Snapshot
on:
push:
branches:
- "*"
jobs:
build:
if: |
!contains(github.event.head_commit.message, '[ciskip]')
uses: nanite/workflows/.github/workflows/base-java.yml@main

Check failure on line 12 in .github/workflows/snapshot.yml

View workflow run for this annotation

GitHub Actions / Build & Snapshot

Invalid workflow file

The workflow is not valid. In .github/workflows/snapshot.yml (Line: 12, Col: 11): Error from called workflow nanite/workflows/.github/workflows/base-java.yml@main (Line: 21, Col: 14): Unexpected value 'inherit'
secrets:
nanite-token: ${{ secrets.NANITE_DEPLOY }}
with:
java-version: 21
use-snapshots: true
gradle-tasks: build publish