diff --git a/.github/workflows/update-contentful-data.yml b/.github/workflows/update-contentful-data.yml index 16d4aa02dc..ea971ed8e5 100644 --- a/.github/workflows/update-contentful-data.yml +++ b/.github/workflows/update-contentful-data.yml @@ -54,7 +54,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, head: process.env.BRANCH_NAME, - base: 'master', + base: 'events-json-contentful-gh-actions', title: 'Update data from Contentful', body: 'Automated update of data from Contentful.', });