We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74b035 commit 00b48eaCopy full SHA for 00b48ea
src/snapshot.test.ts
@@ -22,6 +22,7 @@ manifest.addIndirectDependency(cache.package('pkg:npm/%40actions/[email protected]'))
22
// add bogus git data to the context
23
context.sha = '1000000000000000000000000000000000000000'
24
context.ref = 'foo/bar/baz'
25
+context.eventName = 'push'
26
27
describe('Snapshot', () => {
28
it('renders expected JSON', () => {
0 commit comments