Skip to content

Commit 13a4732

Browse files
fix: indentation
1 parent 3905ad6 commit 13a4732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Log in to Docker Hub
1717
uses: docker/login-action@v3
1818
with:
19-
username: ${{ vars.DOCKERHUB_USERNAME }}
20-
password: ${{ secrets.DOCKERHUB_TOKEN }}
19+
username: ${{ vars.DOCKERHUB_USERNAME }}
20+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2121

2222
- name: Set up Bun
2323
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)