We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9b43c commit a583ecbCopy full SHA for a583ecb
.github/workflows/prod-heroku-deploy.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@v3
20
with:
21
fetch-depth: 0
22
+ - name: Install Heroku CLI
23
+ run: curl https://cli-assets.heroku.com/install.sh | sh
24
- uses: ./.github/actions/heroku-deploy
25
26
email: "${{ vars.HEROKU_EMAIL }}"
.github/workflows/staging-heroku-deploy.yml
@@ -13,9 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
environment: staging
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
18
email: "${{ secrets.HEROKU_EMAIL }}"
0 commit comments