From 7edaa74ccc754c4bdcc16bff61f6fc750e9a2144 Mon Sep 17 00:00:00 2001 From: Jon Harrell <4829245+jharrell@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:56:09 -0500 Subject: [PATCH] typos --- .github/workflows/check-all-links.yml | 6 +++--- .github/workflows/list-changed-pages.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-all-links.yml b/.github/workflows/check-all-links.yml index 58943115c1..075835024a 100644 --- a/.github/workflows/check-all-links.yml +++ b/.github/workflows/check-all-links.yml @@ -20,7 +20,7 @@ jobs: OUTPUT="The following files have absolute URLs to prisma.io/docs%0A" for line in ${FILES_WITH_ABS_URLS} do - OUTPUT+="${}%0A" + OUTPUT+="${line} %0A" done else # no matching files @@ -34,7 +34,7 @@ jobs: with: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.absolute-urls.outputs.body }} - body-inclues: absolute URLs + body-includes: absolute URLs - name: report success run: | @@ -98,4 +98,4 @@ jobs: with: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.redirects.outputs.body }} - body-inclues: following redirects + body-includes: following redirects diff --git a/.github/workflows/list-changed-pages.yml b/.github/workflows/list-changed-pages.yml index 17f0fe012c..50d3c0b47f 100644 --- a/.github/workflows/list-changed-pages.yml +++ b/.github/workflows/list-changed-pages.yml @@ -49,4 +49,4 @@ jobs: with: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.build-comment-body.outputs.body }} - body-inclues: 'original | preview' + body-includes: 'original | preview'