Skip to content

Commit 382b5d1

Browse files
committed
Fix braces
1 parent 755f0db commit 382b5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
# This step runs in both cases using the proper variables.
9090
- name: ghprcomment@main
91-
if: ${{ github.event_name == 'workflow_dispatch' || (steps.check-label.outputs.has_label == 'false' && (steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true')) }}
91+
if: ${{ github.event_name == 'workflow_dispatch' || (steps.check-label.outputs.has_label == 'false' && steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true') }}
9292
uses: jbangdev/jbang-action@v0.126.3
9393
with:
9494
script: https://github.com/koppor/ghprcomment/blob/main/ghprcomment.java

0 commit comments

Comments
 (0)