File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 timeout-minutes : 10
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : Cysharp/Actions/.github/ actions/checkout@main
1717 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
1818 - run : dotnet build -c Debug
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 timeout-minutes : 10
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : Cysharp/Actions/.github/ actions/checkout@main
2121 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
2222 # pack nuget
2323 - run : dotnet build -c Release -p:Version=${{ inputs.tag }}
Original file line number Diff line number Diff line change 88jobs :
99 generateTOC :
1010 name : TOC Generator
11- runs-on : ubuntu-latest
12- steps :
13- - uses : technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4.3.1
14- with :
15- TOC_TITLE : " ## Table of Contents"
11+ uses : Cysharp/Actions/.github/workflows/toc-generator.yaml@main
12+ with :
13+ TOC_TITLE : " ## Table of Contents"
14+ secrets : inherit
You can’t perform that action at this time.
0 commit comments