Skip to content
Closed
Prev Previous commit
Next Next commit
res
  • Loading branch information
s1n7ax committed Aug 8, 2025
commit 469d9ed094c15f5d7cba51abba49d39d716fc239
1 change: 1 addition & 0 deletions .github/workflows/trigger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
"https://api.github.com/repos/$OWNER/$REPO/actions/workflows")

echo "11111111111"
echo "$response"

# Extract URL and ID using jq
workflow_url=$(echo "$response" | jq -r '.workflows[] | select(.name == "Test nvim-java Plugin") | .url')
Expand Down
Loading