Files
ServiceUpdater/README.md
2026-02-25 12:23:29 +01:00

337 B

To use the service in your ci, add the following Task:

  deploy:
    runs-on: ubuntu-latest
    if: startsWith(github.ref, 'refs/tags/')
    needs: publish
    steps:
      - name: Run updater action
        uses: https://git.leon-hoppe.de/leon.hoppe/ServiceUpdater@main
        with:
          service: ${{ inputs.service }}