File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ defaults:
2121
2222jobs :
2323 framework-validation :
24- uses : rest-for-physics/framework/.github/workflows/validation.yml@submodule-validation
24+ uses : rest-for-physics/framework/.github/workflows/validation.yml@master
Original file line number Diff line number Diff line change 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/rawlib
3636 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
3737 steps :
3838 - name : Checkout rawlib
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/rawlib
7171 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
7272 needs : [ build-rawlib ]
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/rawlib
@@ -127,7 +127,7 @@ jobs:
127127 image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
128128 needs : [ build-rawlib ]
129129 steps :
130- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
130+ - uses : rest-for-physics/framework/.github/actions/checkout@master
131131 with :
132132 branch : ${{ env.BRANCH_NAME }}
133133 repository : rest-for-physics/rawlib
You can’t perform that action at this time.
0 commit comments