mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 00:31:02 -05:00
load submodules for lxc-helpers
This commit is contained in:
parent
34520b296f
commit
fa46839e6a
2 changed files with 3 additions and 2 deletions
|
@ -75,6 +75,9 @@ runs:
|
|||
steps:
|
||||
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
- id: forgejo
|
||||
run: |
|
||||
cd $(mktemp -d)
|
||||
|
|
|
@ -10,8 +10,6 @@ jobs:
|
|||
echo +++++++++++++++++++++++++++++++++++++++++++
|
||||
echo about to actions/checkout@v3 for SELF@vTest
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
- id: forgejo
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue