Skip to content

Commit

Permalink
fix(docs): correct wf scripts
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan zollinger <[email protected]>
  • Loading branch information
Jonathan-Zollinger committed Jan 7, 2024
1 parent 0c50c44 commit 0d32580
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,20 @@ jobs:
native-image-pr-reports: 'true'
- name: test and build on ${{ matrix.os }}
run: ./gradlew nativeCompile
- if: runner.os == 'ubuntu'
run: echo -e "#! /usr/bin/env bash \n/home/runner/work/microfetch/microfetch/build/native/nativeCompile/microfetch" >> microfetch
- if: runner.os == 'ubuntu'
uses: charmbracelet/vhs-action@v1
with:
path: 'src/docs/example.tape'
- if: runner.os == 'ubuntu'
uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ steps.OPassword-credentials.outputs.GITHUB_TOKEN }}
with:
commit_message: Update generated VHS GIF
branch: main
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
commit_author: vhs-action 📼 <[email protected]>
file_pattern: '*.gif'
1 change: 1 addition & 0 deletions .github/workflows/update-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_GHACTIONS_SA_TOKEN }}
GITHUB_TOKEN: op://gh/vhs-actions/credential
- uses: actions/checkout@v3
- run: echo -e "#! /usr/bin/env bash \n/home/runner/work/microfetch/microfetch/build/native/nativeCompile/microfetch" >> microfetch
- uses: charmbracelet/vhs-action@v1
with:
path: 'src/docs/example.tape'
Expand Down

0 comments on commit 0d32580

Please sign in to comment.