Skip to content

Update contents for 2025 (#1040) #94

Update contents for 2025 (#1040)

Update contents for 2025 (#1040) #94

Workflow file for this run

name: Curvenote Submit
on:
push:
branches: ['2025']
permissions:
contents: write
jobs:
create-preview:
uses: curvenote/actions/.github/workflows/submit.yml@v1

Check failure on line 9 in .github/workflows/submit.yml

View workflow run for this annotation

GitHub Actions / Curvenote Submit

Invalid workflow file

The workflow is not valid. .github/workflows/submit.yml (Line: 9, Col: 11): Input kind is required, but not provided while calling.
with:
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,15})$'
enforce-single-folder: true
venue: scipy
collection: '2025'
path: papers/*
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}