@@ -22,12 +22,12 @@ jobs:
2222 container :
2323 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
2424 steps :
25- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
25+ - uses : rest-for-physics/framework/.github/actions/checkout@master
2626 with :
2727 branch : ${{ env.BRANCH_NAME }}
2828 repository : rest-for-physics/axionlib
2929 path : ${{ env.AXION_LIB_PATH }}
30- - run : python3 ${{ env.AXION_LIB_PATH }}/pipeline/validateLibrary.py ..
30+ - run : python3 ${{ env.AXION_LIB_PATH }}/pipeline/validateLibrary.py .
3131
3232 precommit-config :
3333 name : Validate pre-commit config
3636 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
3737 steps :
3838 - name : Checkout axionlib
39- uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
39+ uses : rest-for-physics/framework/.github/actions/checkout@master
4040 with :
4141 branch : ${{ env.BRANCH_NAME }}
4242 repository : rest-for-physics/axionlib
7171 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
7272 needs : [ build-axionlib ]
7373 steps :
74- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
74+ - uses : rest-for-physics/framework/.github/actions/checkout@master
7575 with :
7676 branch : ${{ env.BRANCH_NAME }}
7777 repository : rest-for-physics/axionlib
9797 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
9898 needs : [ build-axionlib ]
9999 steps :
100- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
100+ - uses : rest-for-physics/framework/.github/actions/checkout@master
101101 with :
102102 branch : ${{ env.BRANCH_NAME }}
103103 repository : rest-for-physics/axionlib
@@ -128,7 +128,7 @@ jobs:
128128 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
129129 needs : [ build-axionlib ]
130130 steps :
131- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
131+ - uses : rest-for-physics/framework/.github/actions/checkout@master
132132 with :
133133 branch : ${{ env.BRANCH_NAME }}
134134 repository : rest-for-physics/axionlib
@@ -197,7 +197,7 @@ jobs:
197197 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
198198 needs : [ build-axionlib ]
199199 steps :
200- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
200+ - uses : rest-for-physics/framework/.github/actions/checkout@master
201201 with :
202202 branch : ${{ env.BRANCH_NAME }}
203203 repository : rest-for-physics/axionlib
0 commit comments