Skip to content

Commit

Permalink
Update testworkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
techiemac authored Sep 3, 2024
1 parent e22e94b commit 76b22e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
environment: ${{ github.event.inputs.deployment_type }}
environment: ${{ github.event.inputs.deployment_type || "Dev" }}
steps:
- name: Output deploy type
run: echo 'Deploy type';echo '${{ github.event.inputs.deployment_type }}'
run: echo 'Deploy type';echo '${{ github.event.inputs.deployment_type || "Dev" }}'
- name: Mock environmment deploy
run: echo "Deploy to ${{ vars.ACCOUNT_ID }} with log level $LOG_LEVEL. Shhh the secret is ${{ secrets.SECRET_PASSWORD_TEST }} (GitHub obsfucates this)"

0 comments on commit 76b22e3

Please sign in to comment.