Skip to content

Commit 7612122

Browse files
add a comment in release actions about spaces (#2093)
1 parent 841d72c commit 7612122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
LEARN_AI_SYLLABUS_ENDPOINT: ${{ secrets.LEARN_AI_SYLLABUS_ENDPOINT_PROD }}
6363
VERSION: ${{ github.sha }}
6464
MITOL_API_LOGOUT_SUFFIX: ${{ secrets.MITOL_API_LOGOUT_SUFFIX_PROD }}
65-
run: |
65+
run: | # NOTE: The --args must be comma separated and NOT have spaces
6666
heroku container:push web \
6767
--app $HEROKU_APP_NAME \
6868
--recursive \

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
LEARN_AI_SYLLABUS_ENDPOINT: ${{ secrets.LEARN_AI_SYLLABUS_ENDPOINT_RC }}
6363
VERSION: ${{ github.sha }}
6464
MITOL_API_LOGOUT_SUFFIX: ${{ secrets.MITOL_API_LOGOUT_SUFFIX_RC }}
65-
run: |
65+
run: | # NOTE: The --args must be comma separated and NOT have spaces
6666
heroku container:push web \
6767
--app $HEROKU_APP_NAME \
6868
--recursive \

0 commit comments

Comments
 (0)