mirror of
https://github.com/werf/actions.git
synced 2026-02-11 05:46:23 +03:00
Validate werf version
This commit is contained in:
@@ -23,9 +23,6 @@ export async function PrepareEnvironAndRunWerfCommand(
|
||||
const m = new Manager()
|
||||
await m.Install()
|
||||
|
||||
const versionOutput = await m.GetOutput(['version'])
|
||||
ValidateWerfVersion(versionOutput)
|
||||
|
||||
process.env.GITHUB_TOKEN =
|
||||
process.env.GITHUB_TOKEN || core.getInput('github-token')
|
||||
await m.PerformCIEnv()
|
||||
|
||||
Reference in New Issue
Block a user