Explorar el Código

Add step to clone Super-Builders in action.yml

Added a step to clone the Super-Builders repository and set the ZEROMOUNT environment variable.
jimsterino98 hace 1 mes
padre
commit
5f838acf10
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .github/actions/zeromount/action.yml

+ 7 - 0
.github/actions/zeromount/action.yml

@@ -11,6 +11,13 @@ inputs:
 runs:
  using: composite
  steps:
+  - name: clone zeromount
+    shell: bash
+    run: | 
+     git clone https://github.com/jimsterino98/Super-Builders.git
+     ZEROMOUNT="$ROOT/Super-Builders"
+     echo "ZEROMOUNT=$ZEROMOUNT" >> $GITHUB_ENV
+     
   - name: apply zeromount patches
     shell: bash
     run: |