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 }}
Description
Languages
C#
65.5%
Dockerfile
34.5%