We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42be88 commit 291a8b0Copy full SHA for 291a8b0
.github/workflows/main.yml
@@ -34,6 +34,7 @@ jobs:
34
stop-start:
35
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
36
runs-on: ubuntu-latest
37
+ environment: ${{ github.event.inputs.env }}
38
steps:
39
- uses: actions/checkout@v2
40
- uses: akhileshns/heroku-deploy@v3.7.8 # This is the action
0 commit comments