Skip to content

Commit

Permalink
Added clone repo step
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Nov 5, 2024
1 parent d30d82f commit b602323
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b602323

Please sign in to comment.