From 65d914a0149f411651408f11a2464c9906a51524 Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:55:19 -0800 Subject: [PATCH 1/2] Update vhs.yaml --- assets/main.tape | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/main.tape b/assets/main.tape index ea9de99..c2f48fa 100644 --- a/assets/main.tape +++ b/assets/main.tape @@ -3,7 +3,8 @@ Type "bup ." Sleep 0.5s Enter -Wait /Yes\./ +# NOTE: This is wrong but works locally and on actions +Wait /./ Sleep 1s Right Sleep 0.4s From 8ceed022878cf2bf791f0824f3163e59af22ca7f Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:04:38 -0800 Subject: [PATCH 2/2] Update vhs.yaml --- .github/workflows/vhs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vhs.yaml b/.github/workflows/vhs.yaml index 864b319..2e6d5f4 100644 --- a/.github/workflows/vhs.yaml +++ b/.github/workflows/vhs.yaml @@ -66,6 +66,7 @@ jobs: echo inputs.publish: ${{ inputs.publish }} echo "tape=${{ env.tape-dir }}/${{ matrix.tape }}.tape" >> "$GITHUB_ENV" + echo "home=${HOME}" >> "$GITHUB_ENV" - name: "Install Release" if: ${{ github.event_name == 'workflow_call' }} @@ -97,7 +98,7 @@ jobs: with: to-file: "bup.yaml" data: | - {"destination": "${HOME}/backup"} + {"destination": "${{ env.home }}/backup"} - name: "Validate Install" #if: ${{ !inputs.publish }}