Skip to content

Commit 90d7fbe

Browse files
committed
update SHA
1 parent f7f97fc commit 90d7fbe

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

.github/workflows/orphaned-images.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828
3030
with:
31-
function: 'FindOrphanedImages'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedImages"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
4040
branch: create-cleanrepo-pull-request/patch
4141
title: "Monthly chores: Delete orphaned images"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned images. Contributes to #..."

.github/workflows/orphaned-includes.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828
3030
with:
31-
function: 'FindOrphanedIncludes'
32-
docfx_directory: '.'
33-
target_directory: '.'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedIncludes"
32+
docfx_directory: "."
33+
target_directory: "."
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
4040
branch: create-cleanrepo-pull-request/patch
4141
title: "Monthly chores: Delete orphaned include files"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned include files. Contributes to #..."

.github/workflows/orphaned-snippets.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828
3030
with:
31-
function: 'FindOrphanedSnippets'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "FindOrphanedSnippets"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
4040
branch: create-cleanrepo-pull-request/patch
4141
title: "Monthly chores: Delete orphaned snippets"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and delete orphaned snippets. Contributes to #..."

.github/workflows/redirect-hops.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828
3030
with:
31-
function: 'RemoveRedirectHops'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "RemoveRedirectHops"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
4040
branch: create-cleanrepo-pull-request/patch
4141
title: "Monthly chores: Remove redirect hops"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Remove redirect hops, for example, if a -> b and b -> c, replace a -> b with a -> c. Contributes to #..."

.github/workflows/relative-links.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828
3030
with:
31-
function: 'ReplaceWithRelativeLinks'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "ReplaceWithRelativeLinks"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
4040
branch: create-cleanrepo-pull-request/patch
4141
title: "Monthly chores: Use relative links"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Find and replace absolute links with relative links. Contributes to #..."

.github/workflows/replace-redirects.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# Call clean repo
2727
- name: Clean repo
2828
id: clean-repo-step
29-
uses: dotnet/docs-tools/cleanrepo@1c13adc87741beab84bb6e286d17b3b95ce687d8
29+
uses: dotnet/docs-tools/cleanrepo@4beec484bfcae02e62fcf430b70c2cb18dac2828
3030
with:
31-
function: 'ReplaceRedirectTargets'
32-
docfx_directory: '.'
33-
target_directory: 'docs'
34-
url_base_path: '/dotnet'
35-
31+
function: "ReplaceRedirectTargets"
32+
docfx_directory: "."
33+
target_directory: "docs"
34+
url_base_path: "/dotnet"
35+
3636
# Create the PR for the work done by the "clean repo" tool
3737
- name: create-pull-request
3838
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3939
with:
4040
branch: create-cleanrepo-pull-request/patch
4141
title: "Monthly chores: Replace redirect targets"
42-
commit-message: 'Bot 🤖 generated CleanRepo tool run'
42+
commit-message: "Bot 🤖 generated CleanRepo tool run"
4343
body: "Replace redirected links with target URL. Contributes to #..."

0 commit comments

Comments
 (0)