Skip to content

Commit

Permalink
♻️ Move update logic to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 29, 2024
1 parent 8d05c5d commit 81e4706
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/addon-update-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,8 @@ on:
workflow_dispatch:

jobs:
check-for-updates:
name: Check for updates
runs-on: ubuntu-latest
workflows:
uses: Poeschl-HomeAssistant-Addons/workflows/.github/workflows/addon-update-packages.yaml@add-package-update-action
permissions:
contents: write
pull-requests: write
steps:
- name: ↩️ Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🔧 Set git bot user
shell: bash
run: |
git config user.name github-actions
git config user.email [email protected]
- name: 🚀 Run Updater
uses: Poeschl/container-package-updater@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
containerFile: syncthing/Dockerfile
osVersion: 3.20
architectures: "x86_64, aarch64, armhf, armv7, x86"

0 comments on commit 81e4706

Please sign in to comment.