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 a73b7a0 commit 127cdbdCopy full SHA for 127cdbd
.github/workflows/release-notes.yml
@@ -22,4 +22,4 @@ jobs:
22
# https://github.com/actions/checkout/issues/58#issuecomment-2264361099
23
PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; /^refs\/pull/ { print $3 }')
24
# "token=" works, added to remove the warning
25
- kotlin changelog.main.kts action=checkPr ${{ github.repository }} $PR_NUMBER
+ kotlin changelog.main.kts action=checkPr ${{ github.repository }} $PR_NUMBER token=""
0 commit comments