diff --git a/.github/workflows/notify_enterprise.yaml b/.github/workflows/notify_enterprise.yaml index 7aa5abf3bf..a9355807f6 100644 --- a/.github/workflows/notify_enterprise.yaml +++ b/.github/workflows/notify_enterprise.yaml @@ -38,7 +38,7 @@ jobs: ref: 'master', inputs: { commit: "${{ github.event.head_commit.id }}", - actor: "${{ env.COMMIT_ACTOR }}", + actor: ${{ toJSON(env.COMMIT_ACTOR) }}, message: ${{ toJSON(github.event.head_commit.message) }}, } })