Skip to content

Commit 6f45b67

Browse files
authored
Fix wrong snake_cases
1 parent 7555223 commit 6f45b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ jobs:
9696
username: ${{ secrets.DOCKER_USERNAME }}
9797
password: ${{ secrets.DOCKER_PASSWORD }}
9898
repository: sakadream/actix-web-rest-api-with-jwt
99-
add-git-labels: true
100-
tag_with_ref: true
99+
add_git_labels: true
100+
tag_with_ref: true

0 commit comments

Comments
 (0)