Skip to content

Commit

Permalink
github job for voxxrin
Browse files Browse the repository at this point in the history
  • Loading branch information
schassande committed Dec 22, 2024
1 parent b2b8443 commit 060263c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update_voxxrin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update voxxrin

on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# Allow this job to clone the repository
permissions:
contents: read

jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: update
run: |
cd voxxrin
./voxxrin.sh update

0 comments on commit 060263c

Please sign in to comment.