Send order to ERP on order and download order XML edit #112
Workflow file for this run
This file contains hidden or 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: Call common sync PRs | |
| on: | |
| pull_request_target: | |
| types: [opened, edited, closed] | |
| branches: | |
| - main | |
| jobs: | |
| call-pushworkflow: | |
| uses: dynamicweb/Common.Actions/.github/workflows/SyncPRs.yml@main | |
| secrets: | |
| ADO_PR: ${{secrets.ADO_PR}} | |
| GH_PR: ${{secrets.GH_PR}} |