File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
28
28
- name : Build and Test
29
- uses : ./.github/actions/build-and-test-action
29
+ uses : ./.github/actions/build-and-test
30
30
with :
31
31
container : ${{ matrix.container }}
32
32
container-suffix : ${{ matrix.container-suffix }}
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v4
28
28
29
29
- name : Build and Test
30
- uses : ./.github/actions/build-and-test-action
30
+ uses : ./.github/actions/build-and-test
31
31
with :
32
32
container : ${{ matrix.container }}
33
33
container-suffix : ${{ matrix.container-suffix }}
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v4
28
28
29
29
- name : Build and Test
30
- uses : ./.github/actions/build-and-test-action
30
+ uses : ./.github/actions/build-and-test
31
31
with :
32
32
container : ${{ matrix.container }}
33
33
container-suffix : ${{ matrix.container-suffix }}
You can’t perform that action at this time.
0 commit comments