File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 6969 - uses : actions/checkout@v3
7070 - uses : ./composite
7171
72+ # Actions inside Composite Actions
73+
74+ CompositeUses-Custom :
75+ container : ubuntu:bionic
76+ runs-on :
77+ - self-hosted
78+ - Linux
79+ - X64
80+
81+ env :
82+ MAX_CORES : 80
83+ GHA_EXTERNAL_DISK : " tools"
84+ GHA_SA : " gh-sa-f4pga-arch-defs-ci"
85+
86+ steps :
87+
88+ - uses : antmicro/f4pga-arch-defs/composite-uses@umarcor/runner/mwes
89+
90+ CompositeUses-Default :
91+ runs-on : ubuntu-latest
92+
93+ steps :
94+
95+ - uses : antmicro/f4pga-arch-defs/composite-uses@umarcor/runner/mwes
96+
7297 # Action actions/setup-python
7398
7499 SetupPython-Custom :
Original file line number Diff line number Diff line change 1+ name : ' Action inside Composite Action'
2+ description : ' For testing purposes'
3+ runs :
4+ using : ' composite'
5+ steps :
6+
7+ - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments