From 78fce0e19e52acbf4da84698786600d7f21d19d3 Mon Sep 17 00:00:00 2001 From: JG2401 <76785435+JG2401@users.noreply.github.com> Date: Sat, 30 May 2026 15:51:49 +0200 Subject: [PATCH] Fix indentation and formatting in dependabot workflow --- .github/workflows/dependabotautomerge.yml | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index 7f622e8..b3d52ed 100644 --- a/.github/workflows/dependabotautomerge.yml +++ b/.github/workflows/dependabotautomerge.yml @@ -15,16 +15,16 @@ jobs: steps: - name: Debug token presence - run: | - if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then - echo "TOKEN IS EMPTY" - exit 1 - else - echo "TOKEN EXISTS" - fi - - - name: Auto-merge - if: contains(github.event.pull_request.labels.*.name, 'auto-merge') - uses: fastify/github-action-merge-dependabot@v3 - with: - github-token: ${{ secrets.GH_TOKEN }} + run: | + if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then + echo "TOKEN IS EMPTY" + exit 1 + else + echo "TOKEN EXISTS" + fi + + - name: Auto-merge + if: contains(github.event.pull_request.labels.*.name, 'auto-merge') + uses: fastify/github-action-merge-dependabot@v3 + with: + github-token: ${{ secrets.GH_TOKEN }}