mirror of https://github.com/actions/setup-go.git
add description about single quotation
This commit is contained in:
parent
41c2024c46
commit
b4997f6d6a
|
@ -237,7 +237,7 @@ input for the action:
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_DOTCOM_TOKEN }}
|
token: ${{ secrets.GH_DOTCOM_TOKEN }}
|
||||||
go-version: 1.18
|
go-version: '1.18'
|
||||||
```
|
```
|
||||||
|
|
||||||
If the runner is not able to access github.com, any Go versions requested during a workflow run must come from the
|
If the runner is not able to access github.com, any Go versions requested during a workflow run must come from the
|
||||||
|
|
Loading…
Reference in New Issue