File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
34
with :
35
- fetch-depth : ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 1 }}
35
+ fetch-depth : 0
36
36
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
37
37
with :
38
38
go-version : " 1.23.8"
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
with :
26
- fetch-depth : ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 1 }}
26
+ fetch-depth : 0
27
27
- name : Get changed files
28
28
id : changes
29
29
run : |
42
42
steps :
43
43
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
44
with :
45
- fetch-depth : 1
45
+ fetch-depth : 0
46
46
47
47
- name : Link Checker
48
48
id : lychee
Original file line number Diff line number Diff line change 26
26
- name : Checkout
27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
28
with :
29
- fetch-depth : ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 1 }}
29
+ fetch-depth : 0
30
30
- name : Did windows files changed
31
31
run : echo "changed=$(./.github/workflows/scripts/is_changed_file_windows.sh )" >> "$GITHUB_OUTPUT"
32
32
- run : echo $(./.github/workflows/scripts/is_changed_file_windows.sh ${{ github.event.pull_request.base.sha }} ${{ github.sha }} )
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
22
with :
23
- fetch-depth : ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 1 }}
23
+ fetch-depth : 0
24
24
25
25
- name : Get changes
26
26
shell : bash
You can’t perform that action at this time.
0 commit comments