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:
parent
dcf5c88bb3
commit
4e9375da09
8 changed files with 633 additions and 10 deletions
|
@ -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'}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue