Skip to content

Commit dc0b786

Browse files
committed
add HEROKU_APP_UPCOMING env var
1 parent 99836bc commit dc0b786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/set-heroku-app-name/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ runs:
1515
shell: bash
1616
- name: Set which app to deploy to on Heroku
1717
id: which-app
18+
env:
19+
HEROKU_APP_UPCOMING: upcoming-doc-site
1820
# if on default branch without a tag
1921
# then publish to UPCOMING
2022
#

0 commit comments

Comments
 (0)