We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06670e5 commit 2b5f0e1Copy full SHA for 2b5f0e1
.github/workflows/go.yml
@@ -34,12 +34,12 @@ jobs:
34
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
35
"${{ github.event.pull_request.statuses_url }}"
36
if: github.event_name == 'pull_request'
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.3.0
38
if: github.event_name == 'push' && steps.setup.outputs.has_token == 'true'
39
with:
40
fetch-depth: 0
41
token: '${{ secrets.GO_TOKEN }}'
42
43
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
44
45
0 commit comments