We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c2394 commit a385e46Copy full SHA for a385e46
.github/workflows/sync-package-periodically.yml
@@ -68,7 +68,7 @@ jobs:
68
repo: repo,
69
title: title,
70
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}`,
+ head: ${newBranch},
72
base: "main"
73
};
74
await github.rest.pulls.create(output);
0 commit comments