Skip to content

Commit 2997ed9

Browse files
committed
-R
1 parent fa3b069 commit 2997ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "Reading labels ..."
108108
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
109109
# 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 "")
110+
labels=$(gh pr view ${{ github.event.pull_request.number }} -R ${{ github.repository }} --json labels --jq '.labels[].name' || echo "")
111111
echo "Found labels: $labels"
112112
else
113113
labels=""

0 commit comments

Comments
 (0)