Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit c77737b

Browse files
authored
Add tmate (#404)
1 parent 48c8388 commit c77737b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ jobs:
247247
run: |
248248
./upload_box_to_vagrantcloud.sh "${VAGRANT_CLOUD_USER}@${PACKER_IMAGES_OUTPUT_DIR}/${BUILD}.box"
249249
250+
- name: Setup tmate session
251+
if: ${{ failure() }}
252+
uses: mxschmitt/action-tmate@v3
253+
with:
254+
limit-access-to-actor: true
255+
250256
clean_check_versions:
251257
needs: build-boxes
252258
if: ${{ always() }}

0 commit comments

Comments
 (0)