Skip to content

Commit

Permalink
revert demo tape due to failing VHS action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed May 8, 2024
1 parent d72b26c commit 30352e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ env:

jobs:
vhs:
# pin versions to try to work around https://github.com/charmbracelet/vhs-action/issues/264
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand All @@ -36,13 +35,11 @@ jobs:
- name: "make all"
run: make all

# pin versions to try to work around https://github.com/charmbracelet/vhs-action/issues/264
- uses: charmbracelet/vhs-action@v1
- uses: charmbracelet/vhs-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: demo.tape
install-fonts: true
version: v0.7.1

- uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit
Expand Down
16 changes: 10 additions & 6 deletions demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,24 @@ Type "geodesic" Enter

Sleep 3s

Type "# It ships with common commands like `jq`" Enter
Type "# It ships with common commands like `terraform`" Enter
Sleep 500ms

Type "jq" Enter
Sleep 3s
Type "terraform -help" Enter
Sleep 500ms

Type "# ...and `kubectl`" Enter
Type "# ...and the `aws` CLI =)" Enter
Sleep 500ms

Type "kubectl" Enter@3s
Type "aws help" Enter

Sleep 3s

Type "q"
Sleep 1s

Type "# That's all folks!" Enter
Sleep 2s

Type "exit" Enter
Sleep 1s

0 comments on commit 30352e8

Please sign in to comment.