浏览代码

wrong indentation

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 年之前
父节点
当前提交
e656e06acd
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      .github/workflows/command-rebase.yml

+ 8 - 8
.github/workflows/command-rebase.yml

@@ -6,11 +6,11 @@
 name: Rebase command
 name: Rebase command
 
 
 on:
 on:
-    issue_comment:
-        types: created
+  issue_comment:
+    types: created
 
 
-permissions:
-  contents: read
+permissions:	
+  contents: read	
 
 
 jobs:
 jobs:
   rebase:
   rebase:
@@ -18,11 +18,11 @@ jobs:
     permissions:
     permissions:
       contents: none
       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
         uses: peter-evans/create-or-update-comment@v2
         with:
         with:
           token: ${{ secrets.COMMAND_BOT_PAT }}
           token: ${{ secrets.COMMAND_BOT_PAT }}