浏览代码

Update action.yml (#4512)

ianedwards 2 年之前
父节点
当前提交
8ae2c1e6ca
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/actions/build-npm/action.yml

+ 1 - 0
.github/actions/build-npm/action.yml

@@ -19,6 +19,7 @@ runs:
         cd dashboard
         npm i --legacy-peer-deps
     - name: Set Environment Variables
+      shell: bash
       run: |
         touch dashboard/.env
         echo '${{ inputs.env_vars }}' > dashboard/.env