Added clone repo step

This commit is contained in:
XargonWan 2024-11-05 13:49:14 +09:00
parent d30d82fb93
commit b60232307e

View file

@ -10,6 +10,15 @@ on:
jobs:
cloning-repo:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
with:
submodules: 'true'
build-project:
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
with: