Skip to content

Commit 8e97ee9

Browse files
committed
Update readme to use correct action location
1 parent 07e72fb commit 8e97ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deploy:
2222
ref: master # Checkout out master instead of the latest commit
2323
fetch-depth: 0 # Checkout the whole branch
2424

25-
- uses: ./.github/actions/gigalixir
25+
- uses: mhanberg/gigalixir-action@<current release>
2626
with:
2727
GIGALIXIR_USERNAME: ${{ secrets.GIGALIXIR_USERNAME }}
2828
GIGALIXIR_PASSWORD: ${{ secrets.GIGALIXIR_PASSWORD }}

0 commit comments

Comments
 (0)