mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
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
This commit is contained in:
parent
64f212fdda
commit
a7bd91d621
1
.github/workflows/notify_enterprise.yaml
vendored
1
.github/workflows/notify_enterprise.yaml
vendored
@ -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) }},
|
||||
|
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -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) }},
|
||||
|
Loading…
Reference in New Issue
Block a user