1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 01:37:51 +01:00

Github actions security fix & package upgrades (#4)

This commit is contained in:
Benjamin Levesque
2020-11-11 13:32:35 +01:00
committed by GitHub
parent 0f5099858c
commit 56c9032868
6 changed files with 4030 additions and 22929 deletions

View File

@@ -12,5 +12,4 @@ 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')
})