Skip to content

Commit f40d261

Browse files
authored
Merge pull request #17 from SakaDream/fix-snake-cases
Fix wrong snake_cases
2 parents 7555223 + 6f45b67 commit f40d261

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)