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

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