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 8d5b836 commit 9901f30Copy full SHA for 9901f30
README.md
@@ -51,7 +51,7 @@ recommended to set a token:
51
52
```yaml
53
env:
54
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
55
```
56
57
## Outputs
@@ -85,7 +85,7 @@ jobs:
85
- uses: arnested/go-version-action@v1
86
id: go-version
87
88
89
- name: Install Go ${{ steps.go-version.outputs.minimal }}
90
uses: actions/setup-go@v2
91
with:
@@ -116,7 +116,7 @@ jobs:
116
117
id: versions
118
119
120
test:
121
name: Test
122
runs-on: ubuntu-latest
0 commit comments