We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020263a commit 9d268a7Copy full SHA for 9d268a7
.github/workflows/build-upstream-mirror.yml
@@ -6,15 +6,15 @@ on:
6
repo:
7
description: 'The composer repository url'
8
required: true
9
- default: https://preview-mirror.mage-os.org/
+ default: 'https://preview-mirror.mage-os.org/'
10
type: choice
11
options:
12
- https://preview-mirror.mage-os.org/
13
- https://mirror.mage-os.org/
14
remote_dir:
15
description: 'The deploy target directory on the repo host'
16
17
- default: /var/www/preview-mirror.mage-os.org/html/
+ default: '/var/www/preview-mirror.mage-os.org/html/'
18
19
20
- /var/www/preview-mirror.mage-os.org/html/
0 commit comments