Skip to content

Commit 878d935

Browse files
committed
try options
Signed-off-by: Swikriti Tripathi <[email protected]>
1 parent 8d8dcc0 commit 878d935

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
@@ -252,7 +252,7 @@ jobs:
252252

253253
nextcloud:
254254
image: ghcr.io/juliushaertl/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:latest
255-
entrypoint: [ "/bin/sh", "-c", "echo hello" ]
255+
options: --entrypoint "['/bin/sh','-c',(echo hello!)]"
256256
env:
257257
SQL: ${{ matrix.database }}
258258
SERVER_BRANCH: ${{ matrix.nextcloudVersion }}

0 commit comments

Comments
 (0)