We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8498cb8 commit f4f3fe3Copy full SHA for f4f3fe3
1 file changed
.github/workflows/php.yml
@@ -105,9 +105,8 @@ jobs:
105
# env:
106
# NEXTCLOUD_UPDATE: 1
107
run: |
108
- cp "${GITHUB_WORKSPACE}/init.sh" /init.sh
109
NEXTCLOUD_UPDATE=1 /entrypoint.sh "echo"
110
- sudo -u www-data bash /init.sh
+ bash "${GITHUB_WORKSPACE}/init.sh"
111
working-directory: /usr/src/nextcloud/
112
- name: Copy source-code into place
113
0 commit comments