From a7bd91d6215f54d6f683a919144c83b45d25a359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 5 Jun 2023 10:03:16 +0200 Subject: [PATCH] fix: Remove repository which is no longer needed (#3900) ## About the changes Sync fails https://github.com/Unleash/unleash/actions/runs/5174602051/jobs/9321118800#step:3:23 due to https://github.com/ivarconr/unleash-enterprise/pull/562 because we now assume the repository is Unleash/unleash This removes the repository from the payload --- .github/workflows/notify_enterprise.yaml | 1 - .github/workflows/release.yaml | 1 - 2 files changed, 2 deletions(-) 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) }},