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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-14 11:44:51 +0300
committerGitHub <noreply@github.com>2022-05-14 11:44:51 +0300
commit0552735673f6fd5802b3006eb48096f3f2cf3590 (patch)
tree4f1f42444392143b73ff7417153ac99d0bbaac5d
parent0049a38ec0251a05686517ee53896bec47c92601 (diff)
parent712ee455915263f744f07ae16def2f489c650639 (diff)
Merge pull request #765 from nextcloud/feat/workflow-auto-update-command-rebase.yml
-rw-r--r--.github/workflows/command-rebase.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index 8003705..5ad39a1 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Add reaction on start
- uses: peter-evans/create-or-update-comment@v1
+ uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
repository: ${{ github.event.repository.full_name }}
@@ -32,12 +32,12 @@ jobs:
token: ${{ secrets.COMMAND_BOT_PAT }}
- name: Automatic Rebase
- uses: cirrus-actions/rebase@1.5
+ uses: cirrus-actions/rebase@1.6
env:
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
- name: Add reaction on failure
- uses: peter-evans/create-or-update-comment@v1
+ uses: peter-evans/create-or-update-comment@v2
if: failure()
with:
token: ${{ secrets.COMMAND_BOT_PAT }}