diff --git a/.github/workflows/cypress_workflow.yml b/.github/workflows/cypress_workflow.yml index 7ddbf8a26350..289b0173f925 100644 --- a/.github/workflows/cypress_workflow.yml +++ b/.github/workflows/cypress_workflow.yml @@ -41,8 +41,8 @@ env: CYPRESS_DATASOURCE_MANAGEMENT_ENABLED: false OSD_SNAPSHOT_SKIP_VERIFY_CHECKSUM: true COMMENT_TAG: '[MANUAL CYPRESS TEST RUN RESULTS]' - COMMENT_SUCCESS_MSG: ':white_check_mark: Cypress test run succeeded.' - COMMENT_FAILURE_MSG: ':x: Cypress test run failed.' + COMMENT_SUCCESS_MSG: ':white_check_mark: Cypress test run succeeded!' + COMMENT_FAILURE_MSG: ':x: Cypress test run failed!' jobs: test-add-comment: @@ -61,7 +61,7 @@ jobs: const { data: pr } = await github.rest.pulls.get({ owner: context.repo.owner, repo: context.repo.repo, - pull_number: "${{ inputs.pr_number }}" + pull_number: ${{ inputs.pr_number }} }); const sourceRepo = pr.head.repo.full_name;