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 c371df7 commit f4c310cCopy full SHA for f4c310c
.github/workflows/depoy.yml
@@ -20,7 +20,7 @@ jobs:
20
fi
21
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
22
- name: "Deploy ${{ github.ref }} to Heroku"
23
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14
+ uses: akhileshns/heroku-deploy@v3.13.15
24
with:
25
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
26
heroku_app_name: "dsomm"
0 commit comments