Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
with:
to-file: "bup.yaml"
data: |
{"destination": "${HOME}/backup"}
{"destination": "${{ env.home }}/backup"}

- name: "Validate Install"
#if: ${{ !inputs.publish }}
Expand Down
3 changes: 2 additions & 1 deletion assets/main.tape
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down