Skip to content

Commit 7310225

Browse files
fix(ci): show branch name in janitor success comment (#9)
* fix(ci): keep a stable fork-sync branch * fix(ci): pin Bun 1.3.9 in fork CLI release * fix(ci): let fork sync vars drive manual dispatch * fix(ci): avoid shell interpolation in janitor comment
1 parent 702da9e commit 7310225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fork-janitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ jobs:
257257
258258
gh pr edit "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --remove-label sync-conflict 2>/dev/null || true
259259
gh pr edit "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --remove-label janitor-needed 2>/dev/null || true
260-
gh pr comment "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --body "Janitor repair pass completed and pushed updates to `${{ steps.target.outputs.head_branch }}`."
260+
gh pr comment "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --body "Janitor repair pass completed and pushed updates to ${{ steps.target.outputs.head_branch }}."

0 commit comments

Comments
 (0)