Trim trailing whitespace

This commit is contained in:
a1346054
2022-08-08 21:11:25 +00:00
parent b87652701d
commit af77b859e3
11 changed files with 17 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ jobs:
-
name: Login to DockerHub
if: steps.have_credentials.outputs.access == 'true'
uses: docker/login-action@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}