mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Fix error message grammar (#1616)
This commit is contained in:
committed by
GitHub
parent
1558ceeaae
commit
b3b4c93c56
@@ -446,7 +446,7 @@ fn main() {
|
|||||||
|| asset.name.contains(".pub")
|
|| asset.name.contains(".pub")
|
||||||
}) {
|
}) {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"{package} may supports other signature verification method using {}",
|
"{package} may support other signature verification methods using {}",
|
||||||
asset.name
|
asset.name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user