Skip to content

Commit a385e46

Browse files
Fix website regen (#142)
* test * wip * change from head: actor:branch to head: newBranch * Update .github/workflows/sync-package-periodically.yml Co-authored-by: data-queue <[email protected]> --------- Co-authored-by: data-queue <[email protected]>
1 parent a6c2394 commit a385e46

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)