diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-03-05 08:32:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-03-05 08:32:53 +0000 |
commit | 80dc1094f21c868d7eca28163ac3b0c919008ed1 (patch) | |
tree | 5d706aa33055f9097d63fca5361c204a0696edf0 /.github/workflows/command-rebase.yml | |
parent | 2a4f473138d4ea02c51da694af6a7804ef718476 (diff) | |
download | nextcloud-server-80dc1094f21c868d7eca28163ac3b0c919008ed1.tar.gz nextcloud-server-80dc1094f21c868d7eca28163ac3b0c919008ed1.zip |
Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to '.github/workflows/command-rebase.yml')
-rw-r--r-- | .github/workflows/command-rebase.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index c497cb38e2d..80037056f8d 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -26,7 +26,7 @@ jobs: reaction-type: "+1" - name: Checkout the latest code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.COMMAND_BOT_PAT }} |