Skip to content

fix: images are missing for the document in edit mode #731

fix: images are missing for the document in edit mode

fix: images are missing for the document in edit mode #731

Workflow file for this run

name: Pull-request to main
on:
pull_request:
branches: ["develop", "main"]
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml

Check failure on line 9 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/pre-commit.yml" : failed to fetch workflow: workflow was not found.
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 }}