Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jochbru committed Jul 5, 2024
1 parent a7e9995 commit 3168713
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/set-appversion.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Updste LibreNMS appVersion

on:
push:
branches:
- renovate/*

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
Expand All @@ -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

0 comments on commit 3168713

Please sign in to comment.