moved logic for adding $top to url into a function. used this functio… #132
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}} |