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

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2022-07-05 09:42:18 +0300
committertobiasKaminsky <tobias@kaminsky.me>2022-07-05 09:49:01 +0300
commite656e06acd8e01eadd7f9f00733dc2742e611309 (patch)
tree874870dedab66b6a4e996b129c9b70b4ecd4dc15 /.github
parent5cdace49cab632f5615fff0c149143421ddc798b (diff)
wrong indentation
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-rebase.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index f02ea21bd3..78fcf5d191 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -6,11 +6,11 @@
name: Rebase command
on:
- issue_comment:
- types: created
+ issue_comment:
+ types: created
-permissions:
- contents: read
+permissions:
+ contents: read
jobs:
rebase:
@@ -18,11 +18,11 @@ jobs:
permissions:
contents: none
- # On pull requests and if the comment starts with `/rebase`
- if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase')
+ # On pull requests and if the comment starts with `/rebase`
+ if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase')
- steps:
- - name: Add reaction on start
+ steps:
+ - name: Add reaction on start
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.COMMAND_BOT_PAT }}