Skip to content

test

test #2

name: post-trigger-workflow
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true
permissions: read-all
jobs:
test-post:
name: test-post
uses: ./.github/workflows/post-use-trigger-workflow.yml
with:
build-environment: linux
secrets: inherit
test-dispatch:
name: Invoke workflow with inputs
uses: benc-uk/workflow-dispatch@v1

Check failure on line 21 in .github/workflows/post-trigger-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/post-trigger-workflow.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
workflow: post_test_dispatch.yml
inputs: '{ "name": "blah blah"}'