You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 28000988919 -n agent -D /tmp/agent-28000988919
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-28000988919/aw-microsoft-aspire.dev-docs-vscode-open-terminal-action-18260.bundle refs/heads/docs/vscode-open-terminal-action-18260:refs/bundles/create-pr-docs-vscode-open-terminal-action-18260-4c6001718f11f0ba-f282f6d7
git update-ref refs/heads/docs/vscode-open-terminal-action-18260-4c6001718f11f0ba refs/bundles/create-pr-docs-vscode-open-terminal-action-18260-4c6001718f11f0ba-f282f6d7
git checkout docs/vscode-open-terminal-action-18260-4c6001718f11f0ba
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-docs-vscode-open-terminal-action-18260-4c6001718f11f0ba-f282f6d7
# Push the branch to origin
git push origin docs/vscode-open-terminal-action-18260-4c6001718f11f0ba
# Create the pull request
gh pr create --title '[docs] Add VS Code Open terminal context menu to terminal docs' --base release/13.5 --head docs/vscode-open-terminal-action-18260-4c6001718f11f0ba --repo microsoft/aspire.dev
Documents changes from microsoft/aspire#18260
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: