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 f472941 commit 2525689
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Empty file added .github/scripts/appversion.sh
Empty file.
30 changes: 30 additions & 0 deletions .github/workflows/renovate/set-appversion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Updste LibreNMS appVersion

on:
push:
branches:
- renovate/*

jobs:
set-appverions:
runs-on: ubuntu:24.04

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Install YQ
run: |
sudo add-apt-repository ppa:rmescandon/yq
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 2525689

Please sign in to comment.