Allow Zframework to be checked out (#580)

* Allow checkout Zframework

* Propagate changes to all workflows

* Fix indentation

* Decide to be `recursive`

* Remove unnecessary checkouts

* Remove unnecessary recursive checkouts
This commit is contained in:
Trebor Huang
2022-01-05 12:50:43 +08:00
committed by GitHub
parent 6105f32cfa
commit ae15281db0
4 changed files with 39 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ jobs:
needs: get-info
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: ./.github/actions/update-version
with:
commit: ${{ needs.get-info.outputs.commit }}
@@ -55,6 +57,8 @@ jobs:
needs: get-info
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: ./.github/actions/update-version
with:
commit: ${{ needs.get-info.outputs.commit }}
@@ -73,6 +77,8 @@ jobs:
needs: get-info
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: ./.github/actions/update-version
with:
commit: ${{ needs.get-info.outputs.commit }}
@@ -98,6 +104,8 @@ jobs:
needs: get-info
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: ./.github/actions/update-version
with:
commit: ${{ needs.get-info.outputs.commit }}
@@ -125,6 +133,8 @@ jobs:
needs: get-info
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: ./.github/actions/update-version
with:
commit: ${{ needs.get-info.outputs.commit }}