This commit is contained in:
Jamie Schouten 2025-02-10 17:23:16 +01:00
parent a5f57a6b44
commit 8d9005b7b7

@ -51,6 +51,11 @@ jobs:
with:
clean: false
- name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@v1
with:
args: ${{ inputs.composer-args }}
- name: Determine frontend ref
id: get-version
run: |
@ -74,11 +79,6 @@ jobs:
- name: Clone frontend
run: git clone --depth 1 --branch ${{ steps.get-version.outputs.version }} git@git.qlic.nl:qore/qore-frontend.git frontend/src/qore
- name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@v1
with:
args: ${{ inputs.composer-args }}
- name: Create .env file from secret
run: echo "${{ secrets.env }}" > .env