diff --git a/.github/workflows/addon-update-packages.yaml b/.github/workflows/addon-update-packages.yaml index c63e3e7..c6d05fa 100644 --- a/.github/workflows/addon-update-packages.yaml +++ b/.github/workflows/addon-update-packages.yaml @@ -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 github-actions@github.com - - - 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"