Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Apr 29, 2024
1 parent 4348fe8 commit 7edaa74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-all-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/list-changed-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 7edaa74

Please sign in to comment.