File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {COLORS} from '../../src/functions/colors.js'
44import * as github from '@actions/github'
55import * as core from '@actions/core'
66
7- vi . mock ( '@actions/github' , { spy : true } )
7+ vi . mock ( '@actions/github' , { spy : true } )
88
99const debugMock = vi . spyOn ( core , 'debug' )
1010const warningMock = vi . spyOn ( core , 'warning' )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {COLORS} from '../../src/functions/colors.js'
77import * as postDeploy from '../../src/functions/post-deploy.js'
88import * as contextCheck from '../../src/functions/context-check.js'
99
10- vi . mock ( '@actions/github' , { spy : true } )
10+ vi . mock ( '@actions/github' , { spy : true } )
1111
1212const validBooleanInputs = {
1313 skip_completing : false
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import * as timestamp from '../src/functions/timestamp.js'
2121import * as deploymentConfirmation from '../src/functions/deployment-confirmation.js'
2222import { COLORS } from '../src/functions/colors.js'
2323
24- vi . mock ( '@actions/github' , { spy : true } )
24+ vi . mock ( '@actions/github' , { spy : true } )
2525
2626const setOutputMock = vi . spyOn ( core , 'setOutput' )
2727const saveStateMock = vi . spyOn ( core , 'saveState' )
You can’t perform that action at this time.
0 commit comments