Compare commits
No commits in common. "feature/add-composer-authentication" and "main" have entirely different histories.
feature/ad
...
main
@ -21,14 +21,10 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: .env.example
|
||||
secrets:
|
||||
composer-auth-json:
|
||||
required: false
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
runs-on: 'ubuntu-24.04'
|
||||
runs-on: ubuntu-24.04
|
||||
container:
|
||||
image: ${{ inputs.image }}
|
||||
credentials:
|
||||
@ -39,8 +35,6 @@ jobs:
|
||||
uses: https://git.qlic.nl/actions/setup-composer@v1
|
||||
with:
|
||||
args: ${{ inputs.composer-args }}
|
||||
env:
|
||||
COMPOSER_AUTH: ${{ secrets.composer-auth-json }}
|
||||
|
||||
- name: Cache PHPStan
|
||||
uses: actions/cache@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user