mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-18 00:21:22 +00:00
Fix warning ARCH typo
This commit is contained in:
parent
d097e2e3d2
commit
3def0bed7a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export function getArch(): string[] {
|
|||
if (arch && archs.length > 0) {
|
||||
core.warning(
|
||||
`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.`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue