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' - if: steps.changes.outputs.maven == 'true'
name: Approve name: Approve
uses: hmarr/auto-approve-action@v2.0.0 uses: hmarr/auto-approve-action@v2.0.0
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"
- if: steps.changes.outputs.maven == 'true' - if: steps.changes.outputs.maven == 'true'
name: Merge name: Merge
uses: pascalgn/automerge-action@v0.15.2 uses: pascalgn/automerge-action@v0.15.2
env: env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies" MERGE_LABELS: "dependencies"
MERGE_METHOD: "squash" MERGE_METHOD: "squash"
release: release:
name: Create Github Release name: Create Github Release