Skip to content

fix: missing save in migration (#339) #139

fix: missing save in migration (#339)

fix: missing save in migration (#339) #139

Workflow file for this run

name: Trigger Client Update
on:
push:
branches:
- main
- develop
jobs:
dispatchClientUpdate:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.SUDOSOS_APP_TOKEN }}
repository: GEWIS/sudosos-client
event-type: backend-update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'