[ODS-6263] Reply ODS-5751 into main6x - Update API code to follow default database collation #483
Workflow file for this run
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 InitDev workflows in Implementation repo | |
on: | |
pull_request: | |
branches: | |
- main-6x | |
workflow_dispatch: | |
env: | |
EDFI_ODS_IMP_TOKEN: ${{ secrets.REPO_DISPATCH_TOKEN }} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dispatch to Implementation repo | |
uses: peter-evans/repository-dispatch@11ba7d3f32dc7cc919d1c43f1fec1c05260c26b5 # v2 | |
with: | |
token: ${{ env.EDFI_ODS_IMP_TOKEN }} | |
repository: Ed-Fi-Alliance-OSS/Ed-Fi-ODS-Implementation | |
event-type: triggered-from-ods-repo | |
client-payload: '{"branch": "${{ GITHUB.HEAD_REF }}"}' |