Skip to content

Commit 10c7802

Browse files
kopporGuilhermeRibeiroPereira
authored andcommitted
Update to latest comment action
1 parent 287ccac commit 10c7802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ jobs:
4949
if: ${{ steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true' }}
5050
uses: actions/checkout@v4
5151
with:
52-
fetch-depth: '0'
5352
show-progress: 'false'
5453
token: ${{ secrets.GITHUB_TOKEN }}
5554
- name: jbang
5655
if: ${{ steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true' }}
5756
uses: jbangdev/[email protected]
5857
with:
59-
script: https://github.com/koppor/ghprcomment/blob/fix-4/ghprcomment.java
58+
script: https://github.com/koppor/ghprcomment/blob/main/ghprcomment.java
6059
scriptargs: "-r JabRef/jabref -p ${{ steps.read-pr_number.outputs.pr_number }} -w ${{ github.event.workflow_run.id }}"
6160
trust: https://github.com/koppor/ghprcomment/
6261
env:

0 commit comments

Comments
 (0)