From 11c742bbb7e2d13745f5966a13e2cb3051fe0f8b Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 28 Jun 2021 20:17:32 -0700 Subject: [PATCH] Try fixing CI forkurl issues --- .github/workflows/link-checker-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index be177431a3..07924019a0 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -28,7 +28,7 @@ jobs: - name: Build docs run: | - echo '{"github_forkurl": "https://github.com/'"${{ github.event.pull_request.head.repo.full_name }}"'", "github_branch": "'"${{ github.head_ref }}"'", "github_pr_id": "'"${{ github.event.number }}"'", "is_pr_build": true}' > dactyl_vars.json + echo '{"github_forkurl": "https://github.com/${{ github.event.pull_request.head.repo.full_name }}", "github_branch": "${{ github.head_ref }}", "github_pr_id": "${{ github.event.number }}", "is_pr_build": true}' > dactyl_vars.json tool/build_all_langs.sh --vars dactyl_vars.json - name: Run Dactyl Link Checker