mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-04 06:12:44 +08:00
Add missing quotes
This commit is contained in:
parent
a8eaabc10f
commit
1940380df3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
set -eo pipefail
|
||||
|
||||
WORKING_DIR="${INPUT_DNSCONTROL_CONFIG_FILE%/*}"
|
||||
CONFIG_FILE="$(basename ${INPUT_DNSCONTROL_CONFIG_FILE})"
|
||||
CONFIG_FILE="$(basename "${INPUT_DNSCONTROL_CONFIG_FILE}")"
|
||||
cd "$WORKING_DIR"
|
||||
|
||||
IFS=
|
||||
|
|
Loading…
Reference in a new issue