mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 03:01:04 -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:
|
steps:
|
||||||
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
run: |
|
run: |
|
||||||
cd $(mktemp -d)
|
cd $(mktemp -d)
|
||||||
|
|
|
@ -10,8 +10,6 @@ jobs:
|
||||||
echo +++++++++++++++++++++++++++++++++++++++++++
|
echo +++++++++++++++++++++++++++++++++++++++++++
|
||||||
echo about to actions/checkout@v3 for SELF@vTest
|
echo about to actions/checkout@v3 for SELF@vTest
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
submodules: 'true'
|
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
uses: SELF@vTest
|
uses: SELF@vTest
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue