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