Skip to content

Commit c7c508b

Browse files
committed
chore: fix github acion
1 parent a9af5e9 commit c7c508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/calendar_reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build source
2626
run: pnpm run build
2727
- name: Run script
28-
run: node dist/src/github.js
28+
run: node dist/github.js
2929
env:
3030
CALENDAR_ID: ${{ secrets.CALENDAR_ID }}
3131
GOOGLE_CALENDAR_API_KEY: ${{ secrets.GOOGLE_CALENDAR_API_KEY }}

0 commit comments

Comments
 (0)