File tree Expand file tree Collapse file tree
.github/actions/ctnh_prepare_workspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ inputs:
2727 required : false
2828 default : dev
2929
30+ ctnh_astral_repository :
31+ description : CTNH-Astral repository.
32+ required : false
33+ default : CTNH-Team/CTNH-Astral
34+ ctnh_astral_ref :
35+ description : CTNH-Astral ref.
36+ required : false
37+ default : dev
38+
3039 ctnh_bio_repository :
3140 description : CTNH-Bio repository.
3241 required : false
@@ -100,6 +109,15 @@ runs:
100109 ref : ${{ inputs.ctnh_core_ref }}
101110 path : CTNH-Modules/modules/CTNH-Core
102111
112+ - name : Checkout CTNH-Astral
113+ if : ${{ inputs.module_name != 'CTNH-Astral' }}
114+ uses : actions/checkout@v4
115+ with :
116+ token : ${{ inputs.token }}
117+ repository : ${{ inputs.ctnh_astral_repository }}
118+ ref : ${{ inputs.ctnh_astral_ref }}
119+ path : CTNH-Modules/modules/CTNH-Astral
120+
103121 - name : Checkout CTNH-Bio
104122 if : ${{ inputs.module_name != 'CTNH-Bio' }}
105123 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments