From 31687139a7cda5a50184cec9e32533bbb10e244c Mon Sep 17 00:00:00 2001 From: Jochem Date: Fri, 5 Jul 2024 14:10:32 +0200 Subject: [PATCH] Test action --- .github/workflows/set-appversion.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/set-appversion.yml b/.github/workflows/set-appversion.yml index 1d38bfa..b4324fe 100644 --- a/.github/workflows/set-appversion.yml +++ b/.github/workflows/set-appversion.yml @@ -1,5 +1,4 @@ name: Updste LibreNMS appVersion - on: push: branches: @@ -7,7 +6,7 @@ on: jobs: set-appverions: - runs-on: ubuntu:24.04 + runs-on: ubuntu-24.04 permissions: # Give the default GITHUB_TOKEN write permission to commit and push the @@ -25,6 +24,5 @@ jobs: sudo apt update sudo apt install yq -y - # Commit all changed files back to the repository - uses: stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file