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 b0a588d commit 4921025Copy full SHA for 4921025
.github/workflows/release-notes.yaml
@@ -35,7 +35,7 @@ jobs:
35
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
PULL_NUMBER: ${{steps.get-pull-request-number.outputs.PULL_REQUEST_NUMBER}}
37
run: |
38
- PULLS_RESPONSE=$(gh api /repos/flutter/devtools/pulls/$PULL_NUMBER)
+ PULLS_RESPONSE=$(gh api /repos/${{GITHUB_REPOSITORY}}/pulls/$PULL_NUMBER)
39
DESCRIPTION_BODY=$(echo $PULLS_RESPONSE | jq '.body')
40
echo $DESCRIPTION_BODY
41
if $(echo $DESCRIPTION_BODY | grep -Eq "RELEASE_NOTE_EXCEPTION="); then
0 commit comments