Revert "Test that overwrite env var works in nested action (#453)" (#464)

This reverts commit d27529ebde.
This commit is contained in:
John-Michael Faircloth 2023-06-08 10:25:58 -05:00 committed by GitHub
parent a87a71c289
commit dc4f72debb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 28 deletions

View file

@ -9,6 +9,5 @@ describe('e2e', () => {
expect(process.env.OTHERALTSECRET).toBe("OTHERCUSTOMSECRET");
expect(process.env.FOO).toBe("bar");
expect(process.env.NAMED_CUBBYSECRET).toBe("zap");
expect(process.env.SUBSEQUENT_TEST_SECRET).toBe("SUBSEQUENT_TEST_SECRET");
});
});