diff --git a/.github/workflows/cypress-ci.yaml b/.github/workflows/cypress-ci.yaml index 7e206108a..db71eeed5 100644 --- a/.github/workflows/cypress-ci.yaml +++ b/.github/workflows/cypress-ci.yaml @@ -36,7 +36,7 @@ jobs: if [[ "$PR_NUMBER" != '' ]]; then - echo "PR_FINAL=pr-${{ github.event.inputs.pr-number }}" >> $GITHUB_OUTPUT + echo "PR_FINAL=pr-$PR_NUMBER" >> $GITHUB_OUTPUT else