Add 'nomount' input to action.yml and handle it in the script.
@@ -10,6 +10,9 @@ inputs:
zeromount:
description: 'zeromount'
required: true
+ nomount:
+ description: 'NoMount'
+ required: true
susfs:
description: 'SUSFS'
@@ -49,3 +52,7 @@ runs:
#fi
#git checkout "$COMMIT"
fi
+
+ if [[ ${{ inputs.nomount }} == 'true' ]]; then
+ git clone https://github.com/maxsteeel/nomount.git -b master
+ fi