mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-09 03:52:22 +02:00
Successfully set up (#231)
This commit is contained in:
parent
56a61c9834
commit
193b404f8a
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ export async function run() {
|
|||
|
||||
let added = await addBinToPath();
|
||||
core.debug(`add bin ${added}`);
|
||||
core.info(`Successfully setup go version ${versionSpec}`);
|
||||
core.info(`Successfully set up Go version ${versionSpec}`);
|
||||
}
|
||||
|
||||
// add problem matchers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue