Skip to content

Commit c406aeb

Browse files
authored
Merge pull request #131 from MLPlatformWebsite/pjc-transfer-linaro-scripts
Fix syntax
2 parents cdfde70 + 571088a commit c406aeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
path: website
2121

2222
- name: Initialise environment
23-
run:
24-
- cat "$GITHUB_WORKSPACE/website/.github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
25-
- pipenv install
23+
run: |
24+
cat "$GITHUB_WORKSPACE/website/.github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
25+
pipenv install
2626
2727
- run: env
2828

0 commit comments

Comments
 (0)