From 874cc59bdf48aca2b40c094b709c8bb07008a19b Mon Sep 17 00:00:00 2001 From: snus xD Date: Thu, 21 Aug 2025 20:49:19 +0300 Subject: [PATCH] workflow test 4 --- .github/workflows/main.yml | 1 + scripts/sort.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 271129a..41a0135 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ on: permissions: contents: write + actions: write jobs: run-scripts: diff --git a/scripts/sort.ts b/scripts/sort.ts index ff67dfa..4ae3691 100644 --- a/scripts/sort.ts +++ b/scripts/sort.ts @@ -149,4 +149,4 @@ for (const chapter of chapters) { ]); } -//test3 +//test4