Tool cache install from a manifest file (#382)

This commit is contained in:
Bryan MacFarlane
2020-05-19 13:25:57 -04:00
committed by GitHub
parent dcf5c88bb3
commit 4e9375da09
8 changed files with 633 additions and 10 deletions

View File

@@ -55,7 +55,6 @@ describe('@actions/context', () => {
it('works with pull_request payloads', () => {
delete process.env.GITHUB_REPOSITORY
context.payload = {
// eslint-disable-next-line @typescript-eslint/camelcase
pull_request: {number: 2},
repository: {owner: {login: 'user'}, name: 'test'}
}