Added readme

This commit is contained in:
2026-02-25 12:23:29 +01:00
parent 364cc7df48
commit 76628a118c

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
To use the service in your ci, add the following Task:
```yaml
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 }}
```