We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9799769 commit 75c8ab6Copy full SHA for 75c8ab6
1 file changed
.github/workflows/update-blacklist.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
deno-version: 'v2.x'
22
23
- - run: deno ./scripts/compile-blacklist.ts
+ - run: './scripts/compile-blacklist.ts'
24
25
- name: Set commit date variable
26
id: 'set-commit-message'
@@ -30,5 +30,5 @@ jobs:
30
31
author_name: 'Otternaut'
32
author_email: '99463792+otternaut-bot@users.noreply.github.com'
33
- commit_message: "Updated blacklist data ${{ $ENV._COMMIT_MESSAGE }}"
34
- branch: 'main'
+ commit_message: "Updated blacklist data ${{ env._COMMIT_MESSAGE }}"
+ branch: 'trunk'
0 commit comments