Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

# Downstream workflow
name: ${{ "dynamic name" }}

Check failure on line 2 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / ${{ "dynamic name" }}

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 2, Col: 7): Unexpected symbol: '"dynamic'. Located at position 1 within expression: "dynamic name"
on:
merge_group:
push:
branches-ignore:
# temporary GH branches relating to merge queues (jaraco/skeleton#93)
- gh-readonly-queue/**
tags:
# required if branches-ignore is supplied (jaraco/skeleton#103)
- '**'
pull_request:
jobs:
main:
uses: coherent-oss/system/.github/workflows/main.yml@main
permissions:
contents: write
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}