diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eeff7af43a9..57564bccec1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -84,7 +84,7 @@ jobs: issue-number: ${{ github.event.pull_request.number || github.event.client_payload.pull_request.number }} comment-id: ${{ steps.fc.outputs.comment-id }} body: | - Integration tests ran for [${{ github.event.client_payload.slash_command.args.named.sha || github.event.pull_request.head.sha }}](https://github.com/chanzuckerberg/terraform-provider-snowflake/actions/runs/${{ github.run_id }}) + Integration tests ${{ job.status }} for [${{ github.event.client_payload.slash_command.args.named.sha || github.event.pull_request.head.sha }}](https://github.com/chanzuckerberg/terraform-provider-snowflake/actions/runs/${{ github.run_id }}) - name: set fork job status uses: actions/github-script@v3