From 857fb6c92ba44d858395d1ed7cd13ab9e903a1d9 Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiyat Date: Thu, 28 Nov 2024 10:26:16 +0330 Subject: [PATCH] init --- .github/workflows/ecosystem-ci-from-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ecosystem-ci-from-pr.yml b/.github/workflows/ecosystem-ci-from-pr.yml index f92f2ccc..2c7c34da 100644 --- a/.github/workflows/ecosystem-ci-from-pr.yml +++ b/.github/workflows/ecosystem-ci-from-pr.yml @@ -119,7 +119,7 @@ jobs: pnpm tsx ecosystem-ci.ts --branch ${{ inputs.branchName }} --repo ${{ inputs.repo }} - --commit ${{ inputs.commit }} + ${{ inputs.commit && '--commit ' + inputs.commit }} ${{ inputs.suite }} - id: get-ref if: always() @@ -187,7 +187,7 @@ jobs: pnpm tsx ecosystem-ci.ts --branch ${{ inputs.branchName }} --repo ${{ inputs.repo }} - --commit ${{ inputs.commit }} + ${{ inputs.commit && '--commit ' + inputs.commit }} ${{ matrix.suite }} - id: get-ref if: always()