Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent 4b702ee commit 4c2a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-sure-label-is-present.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check if label is present
id: make-sure-label-is-present
if: |
(contains(github.event.pull_request.labels.*.name, inputs.label) &&
(contains(github.event.pull_request.labels.*.name, inputs.label) &&
steps.check-if-new-label-is-input-label.outputs.new_label_is_input_label == 'true')
run: |
echo "result=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4c2a1c3

Please sign in to comment.