This commit is contained in:
Ryan Schumacher 2024-06-19 18:53:46 +02:00 committed by GitHub
commit 7febce7723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.`
); );
} }