File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
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 tests/ZString.Tests -c Debug
37
37
UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
38
38
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
39
39
40
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
41
41
# Execute scripts: Export Package
42
42
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
43
43
- name : Build Unity (.unitypacakge)
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
60
60
UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
61
61
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
62
62
63
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
64
64
with :
65
65
ref : ${{ needs.update-packagejson.outputs.sha }}
66
66
# 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