diff --git a/.github/workflows/trigger-e2e-test.yml b/.github/workflows/trigger-e2e-test.yml index 7cab9238d..72f966238 100644 --- a/.github/workflows/trigger-e2e-test.yml +++ b/.github/workflows/trigger-e2e-test.yml @@ -18,9 +18,12 @@ jobs: - uses: actions/checkout@v4 - name: "Print inputs" + env: + VERSION: ${{ inputs.version }} + DISPATCH_ID: ${{ inputs.dispatch_id }} run: | - echo "Received test request for @frontegg/react@${{ inputs.version }}" - echo "From: ${{ inputs.dispatch_id }}" + echo "Received test request for @frontegg/react@${VERSION}" + echo "From: ${DISPATCH_ID}" - name: "Call trigger-e2e-test action" uses: ./.github/actions/trigger-e2e-test