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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-28 20:21:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-28 20:21:21 +0300
commit6427c620f56300dc6da0d1c31cf8a216039f1f0d (patch)
treebf3dfd0a0b6beaab498761d3759459a528f09142 /.github
parent7d94b6602230bfefc72c157729db8fb5626c6826 (diff)
Fix syntax
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index be97674a2..003c0a25e 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -2,13 +2,13 @@ name: Dependabot auto approve
on: pull_request
jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: hmarr/auto-approve-action@v2.0.0
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
- with:
- github-token: "${{ secrets.GITHUB_TOKEN }}"
- - uses: hmarr/auto-approve-action@v2.0.0
- with:
- github-token: "${{ secrets.GITHUB_TOKEN }}"
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: hmarr/auto-approve-action@v2.0.0
+ if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
+ with:
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
+ - uses: hmarr/auto-approve-action@v2.0.0
+ with:
+ github-token: "${{ secrets.GITHUB_TOKEN }}"