Create flag to disable globbing

This commit is contained in:
Stefan Zweifel
2021-04-10 17:10:27 +02:00
parent f4f9aedbee
commit be370eccae
3 changed files with 9 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ inputs:
description: Skip the call to git-fetch.
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
outputs:
changes_detected: