Added same msg into the Logger as there is sent to the LogManager. Bu… #99
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: 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}} |