-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Error in the image below:
My code is the same as suggested:
deploy:
needs: build # Will only run if the test job succeeds
if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main # Check out main instead of the latest commit
fetch-depth: 0 # Checkout the whole branch
- uses: actions/setup-python@v2
with:
python-version: "3.8.1"
- uses: mhanberg/gigalixir-action@v0.4.0
with:
GIGALIXIR_APP: disguised-massive-moorhen
GIGALIXIR_CLEAN: true # defaults to false
GIGALIXIR_USERNAME: ${{ secrets.GIGALIXIR_USERNAME }}
GIGALIXIR_PASSWORD: ${{ secrets.GIGALIXIR_PASSWORD }}
MIGRATIONS: false # defaults to true
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
I'm using Windows 10.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
