Skip to content

Merge branch '1.3.1-prep' of https://github.com/runpod/runpod-python … #47

Merge branch '1.3.1-prep' of https://github.com/runpod/runpod-python …

Merge branch '1.3.1-prep' of https://github.com/runpod/runpod-python … #47

Workflow file for this run

name: vhs
on:
push:
branches-ignore:
- main
workflow_dispatch:
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install runpod
run: |
pip install .
# runpod --help
- uses: charmbracelet/vhs-action@v2
with:
path: ".github/tape_collection/cli_help.tape"
# runpod config
- uses: charmbracelet/vhs-action@v2
with:
path: ".github/tape_collection/cli_config.tape"
# runpod ssh
- uses: charmbracelet/vhs-action@v2
with:
path: ".github/tape_collection/cli_ssh.tape"
# Add gifs to commit
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated VHS GIF
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
commit_author: vhs-action 📼 <[email protected]>
file_pattern: "*.gif"