Skip to content

Publish centralized nav-state cleanup #508

Publish centralized nav-state cleanup

Publish centralized nav-state cleanup #508

name: Process-PSModule
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@migrate-to-zensical

Check failure on line 30 in .github/workflows/Process-PSModule.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Process-PSModule.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Process-PSModule.yml" -> "PSModule/Process-PSModule/.github/workflows/workflow.yml@migrate-to-zensical" (source branch with sha:2b5cc1c2bdda397b970fb4d063a34d93b8c2d519) --> "./.github/workflows/Build-Site.yml" (source branch with sha:2b5cc1c2bdda397b970fb4d063a34d93b8c2d519) : You have an error in your yaml syntax on line 184
secrets:
APIKey: ${{ secrets.APIKey }}
TestData: >-
{
"secrets": {
"TEST_SECRET": "${{ secrets.TEST_SECRET }}"
},
"variables": {
"TEST_VARIABLE": "${{ vars.TEST_VARIABLE }}"
}
}