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 fa3b069 commit 2997ed9Copy full SHA for 2997ed9
.github/workflows/e2e-subtensor-tests.yaml
@@ -107,7 +107,7 @@ jobs:
107
echo "Reading labels ..."
108
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
109
# Use GitHub CLI to read labels (works for forks too)
110
- labels=$(gh pr -R ${{ github.repository }} view ${{ github.event.pull_request.number }} --json labels --jq '.labels[].name' || echo "")
+ labels=$(gh pr view ${{ github.event.pull_request.number }} -R ${{ github.repository }} --json labels --jq '.labels[].name' || echo "")
111
echo "Found labels: $labels"
112
else
113
labels=""
0 commit comments