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 }} 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