Skip to content

Commit 020263a

Browse files
committed
Removed quotes
1 parent 0173a75 commit 020263a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ 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:
12-
- 'https://preview-mirror.mage-os.org/'
13-
- 'https://mirror.mage-os.org/'
12+
- https://preview-mirror.mage-os.org/
13+
- 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:
20-
- '/var/www/preview-mirror.mage-os.org/html/'
21-
- '/var/www/mirror.mage-os.org/html/'
20+
- /var/www/preview-mirror.mage-os.org/html/
21+
- /var/www/mirror.mage-os.org/html/
2222
push:
2323
branches:
2424
- main

0 commit comments

Comments
 (0)