parameterize git clone
This commit is contained in:
parent
f31317304e
commit
7ac547bd81
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue