We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e72fb commit 8e97ee9Copy full SHA for 8e97ee9
README.md
@@ -22,7 +22,7 @@ deploy:
22
ref: master # Checkout out master instead of the latest commit
23
fetch-depth: 0 # Checkout the whole branch
24
25
- - uses: ./.github/actions/gigalixir
+ - uses: mhanberg/gigalixir-action@<current release>
26
with:
27
GIGALIXIR_USERNAME: ${{ secrets.GIGALIXIR_USERNAME }}
28
GIGALIXIR_PASSWORD: ${{ secrets.GIGALIXIR_PASSWORD }}
0 commit comments