Skip to content

Commit 9d268a7

Browse files
committed
Removed quotes
1 parent 020263a commit 9d268a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-upstream-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
repo:
77
description: 'The composer repository url'
88
required: true
9-
default: https://preview-mirror.mage-os.org/
9+
default: 'https://preview-mirror.mage-os.org/'
1010
type: choice
1111
options:
1212
- https://preview-mirror.mage-os.org/
1313
- https://mirror.mage-os.org/
1414
remote_dir:
1515
description: 'The deploy target directory on the repo host'
1616
required: true
17-
default: /var/www/preview-mirror.mage-os.org/html/
17+
default: '/var/www/preview-mirror.mage-os.org/html/'
1818
type: choice
1919
options:
2020
- /var/www/preview-mirror.mage-os.org/html/

0 commit comments

Comments
 (0)