parent
8fdcb807b4
commit
e5ffd8fa97
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
COMPOSER_IGNORE_PLATFORM_REQS: 1
|
COMPOSER_IGNORE_PLATFORM_REQS: 1
|
||||||
COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader"
|
COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader"
|
||||||
SHHH: {{secrets.SHHH}}
|
SHHH: "{{secrets.SHHH}}"
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue