Skip to content

Commit 5ed6338

Browse files
fix: correct transition path of removed accessibility-alt-text-bot.yml
1 parent 92a73ba commit 5ed6338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/blocks/blockOctoGuide.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe("blockOctoGuide", () => {
8484
{
8585
"addons": {
8686
"files": [
87-
".github/accessibility-alt-text-bot.yml",
87+
".github/workflows/accessibility-alt-text-bot.yml",
8888
".github/workflows/compliance.yml",
8989
],
9090
},

src/blocks/blockOctoGuide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const blockOctoGuide = base.createBlock({
9696
addons: [
9797
blockRemoveFiles({
9898
files: [
99-
".github/accessibility-alt-text-bot.yml",
99+
".github/workflows/accessibility-alt-text-bot.yml",
100100
".github/workflows/compliance.yml",
101101
],
102102
}),

0 commit comments

Comments
 (0)