diff --git a/.github/workflows/notify_enterprise.yaml b/.github/workflows/notify_enterprise.yaml index c9c1552d88..4c611c7f56 100644 --- a/.github/workflows/notify_enterprise.yaml +++ b/.github/workflows/notify_enterprise.yaml @@ -32,7 +32,6 @@ jobs: workflow_id: 'cicd.yaml', ref: 'master', inputs: { - repository: "${{ github.repository }}", commit: "${{ github.event.head_commit.id }}", actor: "${{ github.event.head_commit.committer.name || github.actor }} <${{ github.event.head_commit.committer.email }}>", message: ${{ toJSON(github.event.head_commit.message) }}, diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33ca7317d3..bc72d048bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,6 @@ jobs: workflow_id: 'cicd.yaml', ref: 'master', inputs: { - repository: "${{ github.repository }}", commit: "${{ github.event.head_commit.id }}", actor: "${{ github.actor }}", message: ${{ toJSON(github.event.head_commit.message) }},