OokerO
Deno13mo ago
1 reply
Ooker

error: deno task couldn't find deno.json(c) on GitHub Action

This GitHub workflow:
name: Chạy định kỳ
on: 
  workflow_dispatch:
  schedule:
    # - cron: "0 0 * * 0"
    - cron: "*/5 * * * *"
jobs:
  cron:
    runs-on: ubuntu-latest
    steps:
      - uses: denoland/setup-deno@v2
        with:
          deno-version: vx.x.x
      - name: deno task start
        run: deno task start

yields this error:
error: deno task couldn't find deno.json(c). See https://docs.deno.com/go/config
Error: Process completed with exit code 1.

Of course there is one. It works on local. Do you have any idea?

Here is the repo: https://github.com/QuaCau-TheSphere/meetup-ticketbox-to-google-calendar/actions/runs/12230615347/job/34112217356
GitHub
Contribute to QuaCau-TheSphere/meetup-ticketbox-to-google-calendar development by creating an account on GitHub.
Was this page helpful?