Skip to content

Commit

Permalink
toJson
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 12, 2024
1 parent c3b538b commit 7d3f558
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 @@ -18,7 +18,7 @@ jobs:
steps:
- name: Check if label exists
id: make-sure-label-is-present
if: contains(github.event.pull_request.labels.*.name, '${{ inputs.label }}')
if: contains(toJson(github.event.pull_request.labels.*.name), '${{ inputs.label }}')
run: |
echo "result=true" >> $GITHUB_OUTPUT
shell: bash
Expand Down

0 comments on commit 7d3f558

Please sign in to comment.