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