mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Pretend to be running on Actions (#1055)
This commit is contained in:
parent
bda8ff9021
commit
6faaf9d81d
@ -4,6 +4,7 @@ process.env['GITHUB_SHA'] = '123'
|
||||
process.env['INPUT_DEBUG'] = 'debug'
|
||||
process.env['GITHUB_REF_NAME'] = 'test'
|
||||
process.env['RUNNER_OS'] = 'Linux'
|
||||
process.env['CI'] = 'true'
|
||||
|
||||
import '../src/main'
|
||||
import {action, TestFlag} from '../src/constants'
|
||||
|
Loading…
Reference in New Issue
Block a user