mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
Fix indentation and formatting in dependabot workflow
This commit is contained in:
26
.github/workflows/dependabotautomerge.yml
vendored
26
.github/workflows/dependabotautomerge.yml
vendored
@@ -15,16 +15,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug token presence
|
- name: Debug token presence
|
||||||
run: |
|
run: |
|
||||||
if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then
|
if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then
|
||||||
echo "TOKEN IS EMPTY"
|
echo "TOKEN IS EMPTY"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "TOKEN EXISTS"
|
echo "TOKEN EXISTS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Auto-merge
|
- name: Auto-merge
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'auto-merge')
|
if: contains(github.event.pull_request.labels.*.name, 'auto-merge')
|
||||||
uses: fastify/github-action-merge-dependabot@v3
|
uses: fastify/github-action-merge-dependabot@v3
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user