Skip to content

Commit 7dbb122

Browse files
authored
Merge pull request #88 from wagenet/patch-1
Switch to Environment Files
2 parents e17116a + 367061c commit 7dbb122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: matrix.scenario != 'default' && matrix.scenario != 'default-with-lockfile'
4747
run: >-
4848
yarn ember try:one ember-${{ matrix.scenario }} --skip-cleanup ---
49-
'[ -z "$EMBER_OPTIONAL_FEATURES" ] || echo "::set-env name=EMBER_OPTIONAL_FEATURES::$EMBER_OPTIONAL_FEATURES"'
49+
'[ -z "$EMBER_OPTIONAL_FEATURES" ] || echo "EMBER_OPTIONAL_FEATURES=$EMBER_OPTIONAL_FEATURES" >> $GITHUB_ENV'
5050
- name: Lint (hbs)
5151
run: yarn lint:hbs
5252
- name: Lint (js)

0 commit comments

Comments
 (0)