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 7b80ae2 commit 95e0c63Copy full SHA for 95e0c63
1 file changed
.github/workflows/main.yml
@@ -67,14 +67,16 @@ jobs:
67
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
68
- name: "Set Heroku app & branch for ${{ github.ref }}"
69
run: |
70
+ echo $GITHUB_REF
71
if [ "$GITHUB_REF" == "refs/heads/master" ]; then
- echo "HEROKU_APP=dsomm" >> $GITHUB_ENV
72
+ echo "HEROKU_APP=" >> $GITHUB_ENV
73
echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
74
fi
75
+ echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
76
- name: "Deploy ${{ github.ref }} to Heroku"
77
uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14
78
with:
79
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
- heroku_app_name: ${{ env.HEROKU_APP }}
80
+ heroku_app_name: "dsomm"
81
heroku_email: timo.pagel@owasp.org
82
branch: ${{ env.HEROKU_BRANCH }}
0 commit comments