Skip to content

Commit 127cdbd

Browse files
authored
Update release-notes.yml
1 parent a73b7a0 commit 127cdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
# https://github.com/actions/checkout/issues/58#issuecomment-2264361099
2323
PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; /^refs\/pull/ { print $3 }')
2424
# "token=" works, added to remove the warning
25-
kotlin changelog.main.kts action=checkPr ${{ github.repository }} $PR_NUMBER
25+
kotlin changelog.main.kts action=checkPr ${{ github.repository }} $PR_NUMBER token=""

0 commit comments

Comments
 (0)