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 309659c commit 569c203Copy full SHA for 569c203
1 file changed
.github/workflows/trigger-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
REPO="tests"
17
18
# Get workflows and extract URL and ID for "Test nvim-java Plugin"
19
- echo ${TEST_TOKEN}
+ echo "** ${TEST_TOKEN}"
20
response=$(curl -s -L \
21
-H "Accept: application/vnd.github+json" \
22
-H "Authorization: Bearer ${TEST_TOKEN}" \
0 commit comments