Merge pull request #8337 from shuuji3:fix-github-actions-set-output-deprecation

PiperOrigin-RevId: 503257354
This commit is contained in:
gVisor bot
2023-01-19 13:57:15 -08:00
+2 -2
View File
@@ -23,9 +23,9 @@ jobs:
- id: setup
run: |
if ! [[ -z "${{ secrets.GO_TOKEN }}" ]]; then
echo ::set-output name=has_token::true
echo has_token=true >> $GITHUB_OUTPUT
else
echo ::set-output name=has_token::false
echo has_token=false >> $GITHUB_OUTPUT
fi
- run: |
jq -nc '{"state": "pending", "context": "go tests"}' | \