mirror of
https://github.com/benjlevesque/short-sha.git
synced 2026-03-08 05:14:53 +01:00
export env variable
This commit is contained in:
@@ -12,4 +12,5 @@ test('test runs', () => {
|
||||
}
|
||||
const output = cp.execSync(`node ${ip}`, options).toString()
|
||||
expect(output).toContain('::set-output name=sha::6e8dcc')
|
||||
expect(output).toContain('::set-env name=SHA::6e8dcc')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user