Skip to content

Commit 0ea9dce

Browse files
committed
oops this is an env var
1 parent 4921025 commit 0ea9dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
PULL_NUMBER: ${{steps.get-pull-request-number.outputs.PULL_REQUEST_NUMBER}}
3737
run: |
38-
PULLS_RESPONSE=$(gh api /repos/${{GITHUB_REPOSITORY}}/pulls/$PULL_NUMBER)
38+
PULLS_RESPONSE=$(gh api /repos/$GITHUB_REPOSITORY/pulls/$PULL_NUMBER)
3939
DESCRIPTION_BODY=$(echo $PULLS_RESPONSE | jq '.body')
4040
echo $DESCRIPTION_BODY
4141
if $(echo $DESCRIPTION_BODY | grep -Eq "RELEASE_NOTE_EXCEPTION="); then

0 commit comments

Comments
 (0)