Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76628a118c |
12
README.md
Normal file
12
README.md
Normal 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 }}
|
||||
```
|
||||
Reference in New Issue
Block a user