We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8dcc0 commit 878d935Copy full SHA for 878d935
1 file changed
.github/workflows/ci.yml
@@ -252,7 +252,7 @@ jobs:
252
253
nextcloud:
254
image: ghcr.io/juliushaertl/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:latest
255
- entrypoint: [ "/bin/sh", "-c", "echo hello" ]
+ options: --entrypoint "['/bin/sh','-c',(echo hello!)]"
256
env:
257
SQL: ${{ matrix.database }}
258
SERVER_BRANCH: ${{ matrix.nextcloudVersion }}
0 commit comments