Skip to content

Commit

Permalink
docs: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Dec 17, 2021
1 parent 08f476d commit af466ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/02-Trigger-Workflow-On-Release/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
workflows:
release:
when:
equal: [ "release", << pipeline.parameters.GHA_Event >>]
equal: [ "release", << pipeline.parameters.GHA_Event >> ]
jobs:
- release
- release

0 comments on commit af466ee

Please sign in to comment.