Correct Action indentation

Wish it was more clearly indicated that the action was failing anywhere but the actions tab. No notification even, kind of annoying to have actually made a PR to double-check and then still have it fail.
This commit is contained in:
Jikoo
2022-04-29 13:40:00 -04:00
parent 22407aa865
commit 7903942b51

View File

@@ -56,15 +56,15 @@ jobs:
- if: steps.changes.outputs.maven == 'true'
name: Approve
uses: hmarr/auto-approve-action@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- if: steps.changes.outputs.maven == 'true'
name: Merge
uses: pascalgn/automerge-action@v0.15.2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_METHOD: "squash"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_METHOD: "squash"
release:
name: Create Github Release