Try different ways
Some checks are pending
Test Action / Test with default inputs (push) Waiting to run
Test Action / Test with default inputs-1 (push) Waiting to run
Test Action / Test with default inputs-2 (push) Waiting to run
Test Action / Test with explicit inputs (push) Waiting to run
Test Action / Test with explicit inputs-1 (push) Waiting to run
Test Action / Test with explicit inputs-2 (push) Waiting to run
Some checks are pending
Test Action / Test with default inputs (push) Waiting to run
Test Action / Test with default inputs-1 (push) Waiting to run
Test Action / Test with default inputs-2 (push) Waiting to run
Test Action / Test with explicit inputs (push) Waiting to run
Test Action / Test with explicit inputs-1 (push) Waiting to run
Test Action / Test with explicit inputs-2 (push) Waiting to run
This commit is contained in:
parent
3b5e8836ec
commit
271a9df5fb
2 changed files with 5 additions and 1 deletions
BIN
dist/index.js
vendored
BIN
dist/index.js
vendored
Binary file not shown.
|
|
@ -6,7 +6,11 @@ import pnpmInstall from './pnpm-install'
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const isPost = getState('isPost')
|
const isPost = getState('isPost')
|
||||||
console.log({ isPost })
|
console.log({
|
||||||
|
is_post: getState('is_post'),
|
||||||
|
isPost: getState('isPost'),
|
||||||
|
STATE_isPost: process.env['STATE_isPost'],
|
||||||
|
})
|
||||||
if (isPost) {
|
if (isPost) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue