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.
2 parents 153f9aa + f093347 commit d6eedecCopy full SHA for d6eedec
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
15
with:
16
token: ${{ secrets.API_GITHUB_TOKEN }}
17
.github/workflows/test.yml
@@ -13,13 +13,13 @@ jobs:
- name: Checkout with token
if: github.event_name != 'pull_request'
18
19
20
- name: Checkout without token
21
if: github.event_name == 'pull_request'
22
23
24
- name: Setup Go environment
25
uses: actions/[email protected]
0 commit comments