From fe3951a9c0d21c589d9daa82f281d83081a58d8b Mon Sep 17 00:00:00 2001 From: pat-trunk-io Date: Fri, 28 Jul 2023 12:43:16 -0700 Subject: [PATCH] Update action.yaml (#398) --- .github/actions/linter_tests/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/linter_tests/action.yaml b/.github/actions/linter_tests/action.yaml index 9faf53d09..cdaa151b1 100644 --- a/.github/actions/linter_tests/action.yaml +++ b/.github/actions/linter_tests/action.yaml @@ -80,6 +80,7 @@ runs: shell: bash working-directory: ${{ inputs.path }} trunk-token: ${{ inputs.trunk-token }} + org: trunk-staging-org run: npm test --ci ${{ inputs.append-args }} env: PLUGINS_TEST_LINTER_VERSION: ${{ inputs.linter-version }}