From a0858a9495935dea4e9ca4cf0ddd053e9db04e27 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sun, 3 Mar 2024 17:22:45 +0400 Subject: [PATCH] Typo --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7908ff0..0909eca 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -59,7 +59,7 @@ jobs: - name: Update repo URLs # Replace "/kdeldycke/awesome-template/" in URLs by "/kdeldycke/awesome-/". run: > - find ./.github/ -type f -iregex '.*\.\(md\|yaml\)$' -print -exec sed -i + find ./.github/ -type f -iregex ".*\.\(md\|yaml\)$" -print -exec sed -i "s/\/kdeldycke\/awesome-template\//\/kdeldycke\/${{ github.event.repository.name }}\//g" "{}" \; - name: Show diff @@ -78,7 +78,7 @@ jobs: - name: Create commit run: | - git commit --all --message'Update template URLs with local ones' + git commit --all --message "Update template URLs with local ones" - name: Squash commits run: |