Commit 777f3b9

Anton Medvedev <anton@medv.io>
2022-03-18 16:57:04
Update action.yaml
1 parent f506036
Changed files (1)
action.yaml
@@ -10,9 +10,9 @@ inputs:
 runs:
   using: "composite"
   steps:
+    - run: npm i
     - run: |
-        npm i
-        node zx.mjs << 'EOF'
+        FORCE_COLOR=3 node zx.mjs << 'EOF'
         ${{inputs.script}}
         EOF
       shell: bash