From 76628a118c044fdebb76e5f2dace7aa6ec92217e Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Wed, 25 Feb 2026 12:23:29 +0100 Subject: [PATCH] Added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..baf51de --- /dev/null +++ b/README.md @@ -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 }} +``` \ No newline at end of file