Skip to content

Commit 44f417d

Browse files
committed
ci(dependabot): fix syntax error in workflow
1 parent b04b203 commit 44f417d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- name: Merge me!
20-
steps:
21-
- uses: actions/checkout@v2
22-
- uses: ahmadnassri/action-dependabot-auto-merge@v2
23-
with:
24-
dependency_type: all
25-
target: minor
26-
github-token: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
27-
update_type: "semver:minor"
19+
- uses: actions/checkout@v2
20+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
21+
with:
22+
dependency_type: all
23+
target: minor
24+
github-token: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
25+
update_type: "semver:minor"

0 commit comments

Comments
 (0)