Skip to content

chore: fix applying patch artifacts#8891

Merged
Jason3S merged 1 commit into
mainfrom
dev-pr
Jun 8, 2026
Merged

chore: fix applying patch artifacts#8891
Jason3S merged 1 commit into
mainfrom
dev-pr

Conversation

@Jason3S

@Jason3S Jason3S commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the reusable GitHub Actions workflow that creates a pull request from a downloaded patch artifact, focusing on how patch files are located and applied after artifact download.

Changes:

  • Adjusts the git apply step to locate patch files via find instead of applying a fixed temp/$PATCH_PATH path.

PATCH_PATH: ${{ inputs.patch_path }}
run: |
git apply --allow-empty "temp/$PATCH_PATH"
git apply --allow-empty $(find temp -path "$PATCH_PATH" -maxdepth 1)
@Jason3S Jason3S merged commit 90385de into main Jun 8, 2026
49 checks passed
@Jason3S Jason3S deleted the dev-pr branch June 8, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants