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.
[[ -v $issue_from_pr_body ]]
[[ -v issue_from_pr_body ]]
$
1 parent c92025e commit 4cef939Copy full SHA for 4cef939
.github/workflows/dataconnect.yml
@@ -289,7 +289,7 @@ jobs:
289
issue_from_pr_body=$(gh issue view "$pr_number" --json body --jq '.body' -R ${{ github.repository }} | sed -En 's#(\s|^)trksmnkncd_notification_issue=([0-9]+)(\s|$)#\2#p')
290
fi
291
292
- if [[ -v $issue_from_pr_body ]] && [[ -n $issue_from_pr_body ]] ; then
+ if [[ -v issue_from_pr_body ]] && [[ -n $issue_from_pr_body ]] ; then
293
issue="$issue_from_pr_body"
294
elif [[ '${{ github.event_name }}' == 'schedule' ]] ; then
295
# See https://github.com/firebase/firebase-android-sdk/issues/6857
0 commit comments