diff --git a/README.md b/README.md index 7b4bf1c..894c157 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ workflows: # This workflow is set to be conditionally triggered, # only via the GitHub Action. # With no other unfiltered workflows, normal push events will be ignored. - when: << pipeline.parameters.GHA_Action >> test: + when: << pipeline.parameters.GHA_Action >> jobs: - test ```