We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9af5e9 commit c7c508bCopy full SHA for c7c508b
.github/workflows/calendar_reminder.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build source
26
run: pnpm run build
27
- name: Run script
28
- run: node dist/src/github.js
+ run: node dist/github.js
29
env:
30
CALENDAR_ID: ${{ secrets.CALENDAR_ID }}
31
GOOGLE_CALENDAR_API_KEY: ${{ secrets.GOOGLE_CALENDAR_API_KEY }}
0 commit comments