File tree 4 files changed +10
-11
lines changed
4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 10
15
15
steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
17
17
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
18
18
- run : dotnet build -c Debug
19
19
- run : dotnet test -c Debug
39
39
UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
40
40
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
41
41
42
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
43
43
44
44
# Execute scripts: Export Package
45
45
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 10
13
13
steps :
14
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
15
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
16
16
with :
17
17
repository : Cysharp/DocfxTemplate
18
18
path : docs/_DocfxTemplate
Original file line number Diff line number Diff line change 26
26
timeout-minutes : 10
27
27
steps :
28
28
- run : echo ${{ needs.update-packagejson.outputs.sha }}
29
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
30
30
with :
31
31
ref : ${{ needs.update-packagejson.outputs.sha }}
32
32
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
61
61
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
62
62
63
63
- run : echo ${{ needs.update-packagejson.outputs.sha }}
64
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
65
65
with :
66
66
ref : ${{ needs.update-packagejson.outputs.sha }}
67
67
# Execute scripts: Export Package
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
generateTOC :
10
10
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