Add skip_checkout option

This commit is contained in:
Chris Buckley
2022-01-10 00:10:05 +00:00
parent 8c3ed373fb
commit fc174e2406
4 changed files with 28 additions and 3 deletions

View File

@@ -60,6 +60,10 @@ inputs:
description: Skip the call to git-fetch.
required: false
default: false
skip_checkout:
description: Skip the call to git-checkout.
required: false
default: false
disable_globbing:
description: Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html)
default: false