Use proper set-output syntax.

PiperOrigin-RevId: 324302828
This commit is contained in:
Adin Scannell
2020-07-31 16:08:29 -07:00
committed by gVisor bot
parent 12a6657d9c
commit a7d9aa6d5b
+2 -2
View File
@@ -14,9 +14,9 @@ jobs:
- id: setup
run: |
if ! [[ -z "${{ secrets.GO_TOKEN }}" ]]; then
echo ::set-output has_token=true
echo ::set-output name=has_token::true
else
echo ::set-output has_token=false
echo ::set-output name=has_token::false
fi
- run: |
jq -nc '{"state": "pending", "context": "go tests"}' | \