Skip to content

Commit

Permalink
fix indentation in render workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Radev committed Mar 8, 2024
1 parent ab52f67 commit 9f8806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RenderPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Test
run: dotnet test Backend/Render/Render.csproj --no-build --verbosity normal

- name: Log in to DockerHub
- name: Log in to DockerHub
uses: docker/login-action@v1
if: success()
with:
Expand Down

0 comments on commit 9f8806b

Please sign in to comment.