Skip to content

Commit cf03af0

Browse files
chore: CICD
1 parent aad2605 commit cf03af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/common-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
env:
2222
DISABLE_PARALLEL_DEPLOY: false
2323
REAL_NPM: ${{ inputs.mode == 'global' || inputs.mode == 'local' }}
24-
TEST_MONOREPO: ${{ github.event.inputs.testMonorepo }}
24+
TEST_MONOREPO: ${{ inputs.testMonorepo }}
2525
node_version: 20
2626

2727
jobs:

.github/workflows/test-with-real-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
test:
2626
uses: ./.github/workflows/common-test.yml
2727
with:
28-
mode: ${{ github.event.inputs.mode }}
29-
testMonorepo: ${{ github.event.inputs.testMonorepo }}
28+
mode: ${{ inputs.mode }}
29+
testMonorepo: ${{ inputs.testMonorepo }}
3030
secrets: inherit

0 commit comments

Comments
 (0)