From 04684109839e5bb7ab0500d7c5e284f0c740daa3 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 26 Mar 2022 19:01:59 +0100 Subject: [PATCH] Fix indenting --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 276d98d..3d13beb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: build: runs-on: ubuntu-latest steps: - # Get the repositery's code + # Get the repository's code - name: Checkout uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@v1 - -name: Login to DockerHub + - name: Login to DockerHub if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: @@ -71,7 +71,7 @@ jobs: cache-from: type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache cache-to: type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache,mode=max - -name: Update repo description + - name: Update repo description uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }}