Skip to content

Commit e984be7

Browse files
committed
Correct PR's URL
1 parent 081c811 commit e984be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
run-mode: pr
7070
dangerfile: Dangerfile.df.kts
71-
args: '${{ github.event.pull_request.url }}'
71+
args: '${{ github.event.pull_request.html_url }}'
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

0 commit comments

Comments
 (0)