Skip to content

feat: allow to search anywhere in the value (#1840) #1613

feat: allow to search anywhere in the value (#1840)

feat: allow to search anywhere in the value (#1840) #1613

Workflow file for this run

name: "Lago Internal"
on:
push:
branches:
- main
jobs:
lago-internal:
name: Lago Internal
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN}}
repository: getlago/lago-deploy
event-type: front-push-main
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'