mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
Merge 3def0bed7a
into 7a95fa7ee0
This commit is contained in:
commit
7febce7723
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export function getArch(): string[] {
|
||||||
if (arch && archs.length > 0) {
|
if (arch && archs.length > 0) {
|
||||||
core.warning(
|
core.warning(
|
||||||
`Both "${Inputs.ARCH}" and "${Inputs.ARCHS}" inputs are set. `
|
`Both "${Inputs.ARCH}" and "${Inputs.ARCHS}" inputs are set. `
|
||||||
+ `Please use "${Inputs.ARCH}" if you want to provide multiple `
|
+ `Please use "${Inputs.ARCHS}" if you want to provide multiple `
|
||||||
+ `ARCH else use ${Inputs.ARCH}". "${Inputs.ARCHS}" takes preference.`
|
+ `ARCH else use ${Inputs.ARCH}". "${Inputs.ARCHS}" takes preference.`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue