{"id":17793224,"url":"https://github.com/jcbhmr/configure-deno-action","last_synced_at":"2026-02-28T07:31:18.800Z","repository":{"id":195847679,"uuid":"693758778","full_name":"jcbhmr/configure-deno-action","owner":"jcbhmr","description":"🦕 Deno runtime for GitHub Actions","archived":false,"fork":false,"pushed_at":"2023-11-09T16:12:11.000Z","size":622,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T11:58:03.942Z","etag":null,"topics":["action","actions","deno","denoland","github-action","github-actions","hack","runtime"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcbhmr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-19T16:48:34.000Z","updated_at":"2024-08-31T16:23:34.000Z","dependencies_parsed_at":"2023-09-19T21:31:45.016Z","dependency_job_id":"dd6d2d26-a528-4074-bdfa-af5e99033509","html_url":"https://github.com/jcbhmr/configure-deno-action","commit_stats":null,"previous_names":["runs-using/runs-using","runs-using/rusing","runs-using/runs-using-deno","jcbhmr/runs-using-deno"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jcbhmr/configure-deno-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fconfigure-deno-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fconfigure-deno-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fconfigure-deno-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fconfigure-deno-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcbhmr","download_url":"https://codeload.github.com/jcbhmr/configure-deno-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcbhmr%2Fconfigure-deno-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29927565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","deno","denoland","github-action","github-actions","hack","runtime"],"created_at":"2024-10-27T11:05:17.942Z","updated_at":"2026-02-28T07:31:18.784Z","avatar_url":"https://github.com/jcbhmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"Hello world!\" GitHub Action using Deno\n\n🦕 Demo action using Deno \\\n💡 Inspired by [actions/hello-world-javascript-action]\n\n\u003ctable align=center\u003e\u003ctd\u003e\n\n```ts\nimport * as core from \"npm:@actions/core\";\nimport * as github from \"npm:@actions/github\";\nconsole.log(`Hello ${core.getInput(\"name\")}!`);\ncore.setOutput(\"time\", new Date().toLocaleTimeString());\n```\n\n\u003c/table\u003e\n\n🟦 Uses TypeScript \\\n🦕 Runs on the [Deno runtime] \\\n👩‍⚖️ [0BSD licensed] template\n\n## Usage\n\n![Deno](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Deno\u0026color=000000\u0026logo=Deno\u0026logoColor=FFFFFF\u0026label=)\n![GitHub Actions](https://img.shields.io/static/v1?style=for-the-badge\u0026message=GitHub+Actions\u0026color=2088FF\u0026logo=GitHub+Actions\u0026logoColor=FFFFFF\u0026label=)\n\n\u003cimg align=right src=\"https://github.com/jcbhmr/hello-world-deno-action/assets/61068799/42566bcc-4466-4601-9aee-c78484589b44\"\u003e\n\nThis is a **template repository** that is meant to be used as a base or example\nfor your own project. To get started, just click the \u003ckbd\u003eUse this\ntemplate\u003c/kbd\u003e button in the top left of this repository page and edit the\n`main.ts` file to customize your new Deno-based GitHub Action.\n\nAfter instantiating this template repository, you will need to manually do the\nfollowing:\n\n1. Write your code in the `main.ts` file. You can use `npm:` specifiers, `http:`\n   imports, `node:` builtins, and even `Deno.*` APIs.\n2. Make sure you edit the `.github/workflows/test-action.yml` test workflow if you\n   want to test any additional inputs or scenarios.\n3. Replace the `LICENSE` file with your preferred software license. Check out\n   [choosealicense.com] if you're unsure of which one to pick.\n4. Replace this `README.md` file with a fancy readme to suit your new GitHub\n   Action. Make sure you document all your inputs \u0026 outputs!\n5. **Trigger the \u003ckbd\u003eDraft release\u003c/kbd\u003e workflow** manually to create a Draft\n   release with the compiled Deno binaries embedded in the repository. After the\n   workflow completes, you'll see a \u003csamp\u003eDraft\u003c/samp\u003e item in the Releases tab.\n   Now you can publish your new GitHub Action to the [GitHub Actions Marketplace]! 🚀\n\nYou'll notice that the example code uses `npm:` imports to directly import from\nnpm. If you want to get more advanced, you can use an [import map] in a\n`deno.json` [Deno configuration file] to alias `@actions/core` to a specific\nversion shared across your action.\n\n\u003ctable align=center\u003e\u003ctd\u003e\n\n```jsonc\n// deno.json\n{\n  \"imports\": {\n    \"@actions/core\": \"npm:@actions/core@1.10.1\",\n    \"@actions/github\": \"npm:@actions/github@6.0.0\"\n  }\n}\n```\n\n\u003ctd\u003e\n\n```ts\n// main.ts\nimport * as core from \"@actions/core\";\nimport * as github from \"@actions/github\";\n```\n\n\u003c/table\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[import map]: https://docs.deno.com/runtime/manual/basics/import_maps\n[deno configuration file]: https://docs.deno.com/runtime/manual/getting_started/configuration_file\n[deno runtime]: https://deno.com/\n[choosealicense.com]: https://choosealicense.com/\n[github actions marketplace]: https://github.com/marketplace?type=actions\n[actions/hello-world-javascript-action]: https://github.com/actions/hello-world-javascript-action\n[0bsd licensed]: https://github.com/jcbhmr/hello-world-deno-action/blob/main/LICENSE\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcbhmr%2Fconfigure-deno-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcbhmr%2Fconfigure-deno-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcbhmr%2Fconfigure-deno-action/lists"}