Add directory
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user