We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755f0db commit 382b5d1Copy full SHA for 382b5d1
.github/workflows/pr-comment.yml
@@ -88,7 +88,7 @@ jobs:
88
89
# This step runs in both cases using the proper variables.
90
- 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')) }}
+ 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') }}
92
uses: jbangdev/jbang-action@v0.126.3
93
with:
94
script: https://github.com/koppor/ghprcomment/blob/main/ghprcomment.java
0 commit comments