Skip to content

Commit

Permalink
fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
karola312 committed May 23, 2024
1 parent 913593a commit 931f67a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: create-check
uses: ./.github/actions/checks/create-pull-request-check
with:
PR_HEAD: "changeset-release/${{env.MINOR_VERSION}}"
PR_HEAD: "changeset-release/${{env.VERSION}}"
CHECK_NAME: "Automation_tests_run"
STATUS: "in_progress"
TITLE: "Automation tests run"
Expand Down Expand Up @@ -173,8 +173,8 @@ jobs:
with:
CHECK_ID: ${{ needs.add-check-and-prepare-instance.outputs.CHECK_ID }}
CHECK_NAME: "Automation_tests_run"
STATUS: "completed"
CONCLUSION: "${{ steps.send-slack-message.outputs.status }}"
STATUS: "${{ steps.deploy.outcome }}"
CONCLUSION: "completed"
TITLE: "Automation tests run"
SUMMARY: "${{ steps.send-slack-message.outputs.message }}. Run details: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
DETAILS_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Expand Down

0 comments on commit 931f67a

Please sign in to comment.