1
0
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:
Gastón Fournier 2023-06-05 10:03:16 +02:00 committed by GitHub
parent 64f212fdda
commit a7bd91d621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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) }},

View File

@ -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) }},