Skip to content

Attempt at re-trigger workflow #23

Attempt at re-trigger workflow

Attempt at re-trigger workflow #23

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/development.yml

Invalid workflow file

error parsing called workflow ".github/workflows/development.yml" -> "bp3d-actions/workflows/.github/workflows/Analyze.yml@main" (source branch with sha:c658ab03bf3e5a492316132f608e360e4f7b92d9) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
needs: test-build
release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main
needs: test-build