github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/esti/action_files/action_post_commit.yaml (about)

     1  name: Test Post Commit
     2  description: a test action description
     3  on:
     4    post-commit:
     5      branches:
     6        - feature-*
     7  hooks:
     8    - id: test_webhook
     9      type: webhook
    10      description: Check webhooks for post-commit works
    11      properties:
    12        url: "{{.URL}}/post-commit"