Skip to content

Commit f4f3fe3

Browse files
authored
Update php.yml
1 parent 8498cb8 commit f4f3fe3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ jobs:
105105
# env:
106106
# NEXTCLOUD_UPDATE: 1
107107
run: |
108-
cp "${GITHUB_WORKSPACE}/init.sh" /init.sh
109108
NEXTCLOUD_UPDATE=1 /entrypoint.sh "echo"
110-
sudo -u www-data bash /init.sh
109+
bash "${GITHUB_WORKSPACE}/init.sh"
111110
working-directory: /usr/src/nextcloud/
112111
- name: Copy source-code into place
113112
run: |

0 commit comments

Comments
 (0)