diff --git a/.github/workflows/update_fork.yml b/.github/workflows/update_fork.yml index 4dd56a6c..60b0cb6f 100644 --- a/.github/workflows/update_fork.yml +++ b/.github/workflows/update_fork.yml @@ -23,7 +23,7 @@ jobs: - name: Add remote repository run: | - g + git remote add upstream https://github.com/nextcloud/docker git fetch upstream - name: Check for updates