Fix indentation and formatting in dependabot workflow

This commit is contained in:
JG2401
2026-05-30 15:51:49 +02:00
committed by GitHub
parent 9c155f6dfe
commit 78fce0e19e

View File

@@ -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
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 }}
- 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 }}