Skip to content

Notify build and lint issues on python-newest #101

Notify build and lint issues on python-newest

Notify build and lint issues on python-newest #101

Workflow file for this run

name: python-313
on:
workflow_dispatch:
pull_request:
branches:
- main
- '3.13'
push:
branches:
- main
- '3.13'
schedule:
- cron: '0 23 * * *'
jobs:
sync:
uses: ./.github/workflows/sync.yml
with:
tx_project: python-newest
version: 3.13
secrets: inherit
check:
uses: ./.github/workflows/check.yml

Check failure on line 24 in .github/workflows/python-313.yml

View workflow run for this annotation

GitHub Actions / python-313

Invalid workflow file

The workflow is not valid. In .github/workflows/python-313.yml (Line: 24, Col: 11): Error from called workflow python/python-docs-pt-br/.github/workflows/check.yml@4440be6c507992940a6cd4a71107fb041433dfc3 (Line: 93, Col: 13): Unexpected symbol: '{{'. Located at position 86 within expression: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && {{ inputs.tx_project }} == 'python-newest' In .github/workflows/python-313.yml (Line: 24, Col: 11): Error from called workflow python/python-docs-pt-br/.github/workflows/check.yml@4440be6c507992940a6cd4a71107fb041433dfc3 (Line: 152, Col: 13): Unexpected symbol: '{{'. Located at position 86 within expression: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && {{ inputs.tx_project }} == 'python-newest'
needs: sync
with:
tx_project: python-newest
version: 3.13
secrets: inherit