1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-19 01:46:16 +00:00

load submodules for lxc-helpers

This commit is contained in:
Earl Warren 2023-05-21 22:30:12 +02:00
parent 34520b296f
commit fa46839e6a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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: