mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:56:56 +08:00
Chore: Fix workflow that adds dashboards label to issues (#106169)
fix workflow
This commit is contained in:
@ -56,7 +56,7 @@ jobs:
|
||||
}
|
||||
}
|
||||
}
|
||||
}' -f org="$ORGANIZATION" -f repo="$REPO" -f issueNumber="$ISSUE_NUMBER" > projects_data.json
|
||||
}' -f org="$ORGANIZATION" -f repo="$REPO" -F issueNumber="$ISSUE_NUMBER" > projects_data.json
|
||||
|
||||
{
|
||||
echo "IN_TARGET_PROJ=$(jq '.data.repository.issue.projectItems.nodes[] | select(.project.number=='"$TARGET_PROJECT"') | .project != null' projects_data.json)"
|
||||
|
Reference in New Issue
Block a user