use inputs
This commit is contained in:
parent
0632abbb2c
commit
54bb5217a8
@ -1,6 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
secrets:
|
inputs:
|
||||||
username:
|
username:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -16,8 +16,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: git.qlic.nl/qlic/quality:latest
|
image: git.qlic.nl/qlic/quality:latest
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.username }}
|
username: ${{ inputs.username }}
|
||||||
password: ${{ secrets.password }}
|
password: ${{ inputs.password }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup composer
|
- name: Setup composer
|
||||||
uses: https://git.qlic.nl/actions/setup-composer@main
|
uses: https://git.qlic.nl/actions/setup-composer@main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user