File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Checkout source
1717 uses : actions/checkout@v4
18+ with :
19+ show-progress : false
1820
1921 - name : Setup .NET SDK
2022 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout source
2424 uses : actions/checkout@v4
25+ with :
26+ show-progress : false
2527 - name : Setup .NET SDK
2628 uses : actions/setup-dotnet@v3
2729 with :
Original file line number Diff line number Diff line change 1313 publish :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - name : Checkout source
17+ uses : actions/checkout@v4
18+ with :
19+ show-progress : false
1720 - name : Check github.ref starts with 'refs/tags/'
1821 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
1922 run : |
Original file line number Diff line number Diff line change 3232 steps :
3333 - name : Checkout source
3434 uses : actions/checkout@v4
35+ with :
36+ show-progress : false
3537 - name : Setup .NET SDKs
3638 uses : actions/setup-dotnet@v3
3739 with :
You can’t perform that action at this time.
0 commit comments