Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-05-03 10:30:03 +0300
committerGitHub <noreply@github.com>2022-05-03 10:30:03 +0300
commiteb57411bbdc99d619c7ac9b71faebd566aef2413 (patch)
tree92df21ab580d6e79130c61d5bb814a760f2a21f3 /.github
parent39f8981f25623ecfad50bb99ec490b9292f36555 (diff)
parent14e391bd3427e47e505c18b8db8b8b27e6d2a835 (diff)
Merge pull request #1962 from nextcloud/dependabot/github_actions/cirrus-actions/rebase-1.6
Bump cirrus-actions/rebase from 1.5 to 1.6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-rebase.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index a99b3d633..4f5acca1d 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -35,7 +35,7 @@ jobs:
run: git config --global --add safe.directory /github/workspace
- name: Automatic Rebase
- uses: cirrus-actions/rebase@1.5
+ uses: cirrus-actions/rebase@1.6
env:
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}