File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
42
42
echo "BRANCH=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo ${GITHUB_REF#refs/*/} || echo $GITHUB_HEAD_REF)" >> $GITHUB_ENV
43
43
echo "SHA=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo $GITHUB_SHA || echo '${{ github.event.pull_request.head.sha }}')" >> $GITHUB_ENV
44
44
45
- - name : Setup go
46
- uses : actions/setup-go@v4
47
- with :
48
- go-version : ^1.21 # The Go version to download (if necessary) and use.
45
+ # - name: Setup go
46
+ # uses: actions/setup-go@v4
47
+ # with:
48
+ # go-version: ^1.21 # The Go version to download (if necessary) and use.
49
49
50
50
- name : Clone blobber
51
51
uses : actions/checkout@v3
@@ -118,10 +118,10 @@ jobs:
118
118
echo "BRANCH=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo ${GITHUB_REF#refs/*/} || echo $GITHUB_HEAD_REF)" >> $GITHUB_ENV
119
119
echo "SHA=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo $GITHUB_SHA || echo '${{ github.event.pull_request.head.sha }}')" >> $GITHUB_ENV
120
120
121
- - name : Setup go
122
- uses : actions/setup-go@v4
123
- with :
124
- go-version : ^1.21 # The Go version to download (if necessary) and use.
121
+ # - name: Setup go
122
+ # uses: actions/setup-go@v4
123
+ # with:
124
+ # go-version: ^1.21 # The Go version to download (if necessary) and use.
125
125
126
126
- name : Clone blobber
127
127
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments