0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

fix typo in update fork workflow

This commit is contained in:
dan-mm 2023-07-27 15:02:40 +02:00
parent 65a548ed98
commit dff4619ca1
No known key found for this signature in database
GPG key ID: FD9621805FDDF084

View file

@ -23,7 +23,7 @@ jobs:
- name: Add remote repository - name: Add remote repository
run: | run: |
g git remote add upstream https://github.com/nextcloud/docker
git fetch upstream git fetch upstream
- name: Check for updates - name: Check for updates