diff --git a/README.md b/README.md index 6a72b20..3ad258e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Watchtower Action This action will automatically trigger an update of watchtower, causing containers that have the label `com.centurylinklabs.watchtower.enable=true` to be automatically updated. + +``` +name: 'Watchtower Example' +on: [push] +jobs: + use-action: + runs-on: standard-latest + steps: + - name: Trigger watchtower + uses: https://gitea.seeseepuff.be/actions/watchtower@master +``` \ No newline at end of file