File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 "::set-output name= skip:: $(test/check-docs-only.sh $REF)"
24
+ echo "skip= $(test/check-docs-only.sh $REF)" >> $GITHUB_OUTPUT
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 "::set-output name= skip:: $(test/check-docs-only.sh $REF)"
24
+ echo "skip= $(test/check-docs-only.sh $REF)" >> $GITHUB_OUTPUT
25
25
26
26
lint :
27
27
name : golangci-lint
56
56
steps :
57
57
- uses : actions/checkout@v3
58
58
- name : Run yamllint make target
59
- run : make yamllint
59
+ run : make yamllint
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 "::set-output name= skip:: $(test/check-docs-only.sh $REF)"
24
+ echo "skip= $(test/check-docs-only.sh $REF)" >> $GITHUB_OUTPUT
25
25
26
26
test :
27
27
name : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments