DenoDDeno
Powered by
OokerO
Deno•16mo 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
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.
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
Chạy định kỳ · QuaCau-TheSphere/meetup-ticketbox-to-google-calendar...
Contribute to QuaCau-TheSphere/meetup-ticketbox-to-google-calendar development by creating an account on GitHub.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

compiled artifact can't find deno.json
rabbit_rabbitRrabbit_rabbit / help
3y ago
Creating custom GitHub Action using Deno
MqxMMqx / help
3y ago
GitHub imports from package.json in Deno
phocks_testPphocks_test / help
16mo ago
deno task setup can't run on Windows 11.
BabyDPBBabyDP / help
14mo ago