Skip to content

Commit 009ab5c

Browse files
Javier MatosJavier Matos
Javier Matos
authored and
Javier Matos
committed
resolve merge conflicts in favor of PR changes
2 parents a8bc2db + c66ea35 commit 009ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-package-periodically.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
repo: repo,
6969
title: title,
7070
body: "This PR was automatically created by a GitHub Action triggered by a schedule. It updates the package metadata and website content.",
71-
head: `${actor}:${newBranch}`,
71+
head: newBranch,
7272
base: "main"
7373
};
7474
await github.rest.pulls.create(output);

0 commit comments

Comments
 (0)