We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4ffcc commit c156a61Copy full SHA for c156a61
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Composer Install
75
run: composer install --no-scripts --no-progress --ansi
76
- name: Prepare data
77
- run: unzip -P ${{ secrets.PWD }} ./tests/_data.zip -d .
+ run: unzip -P "$PASSWORD" ./tests/_data.zip -d .
78
- name: Run phpunit
79
env:
80
PASSWORD: ${{ secrets.PWD }}
0 commit comments