ci: fix indent

This commit is contained in:
Jef LeCompte
2025-07-18 21:07:29 -07:00
parent 19b49a0c4f
commit 6fa9aee5ee

View File

@@ -60,7 +60,7 @@ jobs:
"section": "Tests", "section": "Tests",
"hidden": false "hidden": false
} }
] ]
- name: Login into GitHub Container Registry - name: Login into GitHub Container Registry
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin