fix typo in golang-migrate name
This commit is contained in:
parent
06f2d68bf6
commit
5830c94380
1 changed files with 1 additions and 1 deletions
2
.github/workflows/migrate.yml
vendored
2
.github/workflows/migrate.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install golang-migarte
|
- name: Install golang-migrate
|
||||||
run: |
|
run: |
|
||||||
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.linux-amd64.tar.gz | tar xvz
|
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.linux-amd64.tar.gz | tar xvz
|
||||||
sudo mv migrate /usr/local/bin/
|
sudo mv migrate /usr/local/bin/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue