Skip to content

Commit ca0c505

Browse files
ci: attach exact git bundle for failed-run reproduction
1 parent aa39266 commit ca0c505

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
run: npm test
4141
- name: Installer dry run
4242
run: node install.mjs --dry-run --no-link-cli
43+
- name: Bundle exact Git checkout
44+
if: always() && matrix.upload-source
45+
run: git bundle create pr-head.bundle HEAD
4346
- name: Upload exact CI source
4447
if: always() && matrix.upload-source
4548
uses: actions/upload-artifact@v4
@@ -52,3 +55,4 @@ jobs:
5255
global-template/docgen/project-template
5356
install.mjs
5457
VERSION
58+
pr-head.bundle

0 commit comments

Comments
 (0)