change base branch for testing purposes

This commit is contained in:
akcodez
2024-12-03 12:40:56 -08:00
parent acd3eefebc
commit 75f87bbc95

View File

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