fix: allowing getOptions
to return deleted products (#464)
#238
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}"}' |