mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Fixed typo in github workflows
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Install goose
|
||||
run: go install github.com/pressly/goose/v3/cmd/goose@latest
|
||||
|
||||
- name: Convert migrations from timestmaps to indices
|
||||
- name: Convert migrations from timestamps to indices
|
||||
run: goose fix -dir internal/server/api/migrations
|
||||
|
||||
- name: Build executable
|
||||
|
Reference in New Issue
Block a user