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 0c19bde commit 2909c52Copy full SHA for 2909c52
.github/workflows/depoy.yml
@@ -14,11 +14,10 @@ jobs:
14
- name: "Set Heroku app & branch for ${{ github.ref }}"
15
run: |
16
echo $GITHUB_REF
17
- if [ "$GITHUB_REF" == "refs/heads/master" ]; then
+ if [ "$GITHUB_REF" == "refs/heads/main" ]; then
18
echo "HEROKU_APP=" >> $GITHUB_ENV
19
- echo "HEROKU_BRANCH=master" >> $GITHUB_ENV
20
fi
21
+ echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
22
- name: Install Heroku CLI
23
24
curl https://cli-assets.heroku.com/install.sh | sh
0 commit comments