Skip to content

test

test #1

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

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 20
uses: benc-uk/workflow-dispatch@v1
with:
workflow: post_test_dispatch.yml
inputs: '{ "name": "blah blah"}'