parameterize git clone

This commit is contained in:
Chris Kruining 2025-09-04 15:55:38 +02:00
parent f31317304e
commit 7ac547bd81
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -17,9 +17,9 @@ jobs:
name: Print hello world name: Print hello world
runs-on: default runs-on: default
steps: steps:
- name: Pull dependencies - name: Checkout
run: | run: |
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git . git clone ${{ forge.server_url }}/${{ forge.repository }}.git .
- name: Prepare podman - name: Prepare podman
run: | run: |