Skip to content

Commit

Permalink
docs: fix 'uses' link (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
teaforchris authored Sep 17, 2024
1 parent 8154d88 commit 78ad264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Uses the default command `up` and does not check in the database schema.
...
steps:
- name: "Run migrations"
uses: actions/[email protected]
uses: dwin/[email protected]
with:
command: 'up'
env:
Expand All @@ -45,7 +45,7 @@ steps:
...
steps:
- name: "Run migrations"
uses: actions/[email protected]
uses: dwin/[email protected]
with:
command: 'up'
env:
Expand Down

0 comments on commit 78ad264

Please sign in to comment.