Skip to content

Commit 8334b38

Browse files
committed
Remove newline from input params
1 parent ed40a19 commit 8334b38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/params-nightly_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: params
1010
# Custom Variables
1111
# -------------------------------------------------------------------------------------------------
1212
env:
13-
VERSIONS: >-
13+
VERSIONS: >
1414
[
1515
{
1616
"NAME": "PHP",
@@ -25,7 +25,7 @@ env:
2525
"ARCH": ["linux/amd64", "linux/arm64"]
2626
}
2727
]
28-
REFS: >-
28+
REFS: >
2929
{
3030
"DEFAULT_BRANCH": "master",
3131
"BRANCHES": "master",

.github/workflows/params-nightly_tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: params
1010
# Custom Variables
1111
# -------------------------------------------------------------------------------------------------
1212
env:
13-
VERSIONS: >-
13+
VERSIONS: >
1414
[
1515
{
1616
"NAME": "PHP",
@@ -25,7 +25,7 @@ env:
2525
"ARCH": ["linux/amd64", "linux/arm64"]
2626
}
2727
]
28-
REFS: >-
28+
REFS: >
2929
{
3030
"DEFAULT_BRANCH": "master",
3131
"BRANCHES": "",

.github/workflows/params.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: params
1010
# Custom Variables
1111
# -------------------------------------------------------------------------------------------------
1212
env:
13-
VERSIONS: >-
13+
VERSIONS: >
1414
[
1515
{
1616
"NAME": "PHP",
@@ -25,7 +25,7 @@ env:
2525
"ARCH": ["linux/amd64", "linux/arm64"]
2626
}
2727
]
28-
REFS: >-
28+
REFS: >
2929
{
3030
"DEFAULT_BRANCH": "master",
3131
"BRANCHES": "",

0 commit comments

Comments
 (0)