Skip to content

Commit c156a61

Browse files
Update ci.yml
1 parent 0d4ffcc commit c156a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Composer Install
7575
run: composer install --no-scripts --no-progress --ansi
7676
- name: Prepare data
77-
run: unzip -P ${{ secrets.PWD }} ./tests/_data.zip -d .
77+
run: unzip -P "$PASSWORD" ./tests/_data.zip -d .
7878
- name: Run phpunit
7979
env:
8080
PASSWORD: ${{ secrets.PWD }}

0 commit comments

Comments
 (0)