mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-31 23:03:18 +08:00
Tool cache install from a manifest file (#382)
This commit is contained in:
@@ -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'}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user