github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/esti/action_files/action_pre_commit.yaml (about) 1 name: Test Pre Commit 2 description: a test action description 3 on: 4 pre-commit: 5 hooks: 6 - id: test_webhook 7 type: webhook 8 description: Check webhooks for pre-commit works 9 properties: 10 url: "{{.URL}}/pre-commit" 11 query_params: 12 check_env_vars: "{{"{{ ENV.LAKEFSACTION_VAR }}"}}"