ci: fix indent
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user