Explorar el Código

Fix EOF delimiter in action.yml

jimsterino98 hace 2 meses
padre
commit
e021925748
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/chroot/action.yml

+ 1 - 1
.github/actions/chroot/action.yml

@@ -8,7 +8,7 @@ runs:
   - name: add configs for ubuntu-chroot
     shell: bash
     run: |
-     cat >> "$GKI_DEFCONFIG" << EOF
+     cat >> "$GKI_DEFCONFIG" << 'EOF'
      CONFIG_NAMESPACES=y
      CONFIG_PID_NS=y
      CONFIG_UTS_NS=y