Skip to content

Commit

Permalink
fix: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
avattipalli committed Aug 6, 2024
1 parent b1434c4 commit bca5ce0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ jobs:
with:
payload: |
{
"Job": " ${{ github.job }}",
"Job": "${{ github.job }}",
"Status": "Fail",
"Pull_Request": "Pull Request: https://github.com/bigcommerce/catalyst/pull/${{ steps.finder.outputs.pr }}"
"Pull_Request": "https://github.com/bigcommerce/catalyst/pull/${{ steps.finder.outputs.pr }}",
"Commit_Message" : "${{ steps.finder.outputs.title }}"
}
visual-regression-tests:
Expand Down Expand Up @@ -206,7 +207,8 @@ jobs:
with:
payload: |
{
"Job": " ${{ github.job }}",
"Job": "${{ github.job }}",
"Status": "Fail",
"Pull_Request": "PR: https://github.com/bigcommerce/catalyst/pull/${{ steps.finder.outputs.pr }}"
"Pull_Request": "https://github.com/bigcommerce/catalyst/pull/${{ steps.finder.outputs.pr }}",
"Commit_Message" : "${{ steps.finder.outputs.title }}"
}

0 comments on commit bca5ce0

Please sign in to comment.