chore(deps-dev): bump pdfjs-dist from 4.3.136 to 5.4.54 in the npm_and_yarn group across 1 directory #515
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: Pull-request to main | |
| on: | |
| pull_request: | |
| branches: ["develop", "main"] | |
| jobs: | |
| pre-commit: | |
| uses: ./.github/workflows/pre-commit.yml | |
| trigger-superdoc-tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger workflow dispatch | |
| run: | | |
| curl -L \ | |
| -X POST \ | |
| -H "Accept: application/vnd.github+json" \ | |
| -H "Authorization: Bearer ${{ secrets.SUPERDOC_PAT }}" \ | |
| -H "X-GitHub-Api-Version: 2022-11-28" \ | |
| -d '{"ref": "main", "inputs": {"superdoc-branch": "${{ github.head_ref }}", "pull-request-url": "${{ github.event.pull_request.html_url }}"}}' \ | |
| ${{ secrets.SD_TESTS_URL }} | |