Skip to content

Commit

Permalink
ci-connector-ops: typo in thruthfulness evaluation (#20470)
Browse files Browse the repository at this point in the history
* test change

* check truthness

* test backward

* revert changes
  • Loading branch information
alafanechere authored Dec 14, 2022
1 parent 4017c0a commit cdb26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connector_ops_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: get-mandatory-reviewers
run: print-mandatory-reviewers >> $GITHUB_OUTPUT
- name: Check if the review requirements are met
if: steps.write-review-requirements-file.outputs.CREATED_REQUIREMENTS_FILE == true
if: steps.write-review-requirements-file.outputs.CREATED_REQUIREMENTS_FILE == 'true'
uses: Automattic/action-required-review@v3
with:
status: ${{ steps.get-mandatory-reviewers.outputs.MANDATORY_REVIEWERS }}
Expand Down

0 comments on commit cdb26cd

Please sign in to comment.