Skip to content

Commit 75c8ab6

Browse files
committed
2025.08.09
1 parent 9799769 commit 75c8ab6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-blacklist.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
deno-version: 'v2.x'
2222

23-
- run: deno ./scripts/compile-blacklist.ts
23+
- run: './scripts/compile-blacklist.ts'
2424

2525
- name: Set commit date variable
2626
id: 'set-commit-message'
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
author_name: 'Otternaut'
3232
author_email: '99463792+otternaut-bot@users.noreply.github.com'
33-
commit_message: "Updated blacklist data ${{ $ENV._COMMIT_MESSAGE }}"
34-
branch: 'main'
33+
commit_message: "Updated blacklist data ${{ env._COMMIT_MESSAGE }}"
34+
branch: 'trunk'

0 commit comments

Comments
 (0)