From 060263c8041a0c04c036f18bad7d5b3ed807972d Mon Sep 17 00:00:00 2001 From: Sebastien Chassande Date: Sun, 22 Dec 2024 10:33:31 +0100 Subject: [PATCH] github job for voxxrin --- .github/workflows/update_voxxrin.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/update_voxxrin.yml diff --git a/.github/workflows/update_voxxrin.yml b/.github/workflows/update_voxxrin.yml new file mode 100644 index 0000000..ecda976 --- /dev/null +++ b/.github/workflows/update_voxxrin.yml @@ -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