File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
REF="HEAD^"
23
23
[[ -z "${{ github.base_ref }}" ]] || REF=$(git show-ref ${{ github.base_ref }} | head -1 | cut -d' ' -f2)
24
- echo "skip= $(test/check-docs-only.sh $REF)" >> $GITHUB_OUTPUT
24
+ echo "::set-output name=skip:: $(test/check-docs-only.sh $REF)"
25
25
26
26
go-apidiff :
27
27
name : Verify API differences
Original file line number Diff line number Diff line change 21
21
run : |
22
22
REF="HEAD^"
23
23
[[ -z "${{ github.base_ref }}" ]] || REF=$(git show-ref ${{ github.base_ref }} | head -1 | cut -d' ' -f2)
24
- echo "skip= $(test/check-docs-only.sh $REF)" >> $GITHUB_OUTPUT
24
+ echo "::set-output name=skip:: $(test/check-docs-only.sh $REF)"
25
25
26
26
lint :
27
27
name : golangci-lint
Original file line number Diff line number Diff line change 21
21
run : |
22
22
REF="HEAD^"
23
23
[[ -z "${{ github.base_ref }}" ]] || REF=$(git show-ref ${{ github.base_ref }} | head -1 | cut -d' ' -f2)
24
- echo "skip= $(test/check-docs-only.sh $REF)" >> $GITHUB_OUTPUT
24
+ echo "::set-output name=skip:: $(test/check-docs-only.sh $REF)"
25
25
26
26
test :
27
27
name : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments