1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 08:33:00 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'}
}