Add directory

This commit is contained in:
2025-07-23 16:49:04 +02:00
parent 39079e200d
commit bb6680569a

View File

@@ -51,11 +51,14 @@ jobs:
password: ${{ inputs.password }}
steps:
- name: Setup composer
uses: https://git.qlic.nl/actions/setup-composer@24ab8f0c998dbd521cbc8ec3250ded68467ac647
uses: https://git.qlic.nl/actions/setup-composer@39079e200da5483e53afeff1be193daec6ed561a
with:
args: ${{ inputs.composer-args }}
working-directory: ${{ inputs.working-directory }}
- name: Set working directory
run: cd ${{ inputs.working-directory }}
- name: Create .env file from secret
if: ${{ secrets.env }}
run: echo "${{ secrets.env }}" > .env