fix: ensure consistent outputPath type in dotcms-ui build configuration #1882
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: Post PR Merge | |
| on: | |
| pull_request: | |
| types: | |
| [closed] | |
| jobs: | |
| post-pr-merge: | |
| name: Post Merge PR | |
| if: github.event.pull_request.merged == true | |
| uses: ./.github/workflows/issue_comp_link-pr-to-issue.yml | |
| with: | |
| pr_number: ${{ github.event.pull_request.number }} | |
| pr_branch: ${{ github.event.pull_request.head.ref }} | |
| validate_merge: true |