{"id":15733045,"url":"https://github.com/borkdude/cherry-action-example","last_synced_at":"2026-02-08T22:31:53.113Z","repository":{"id":142283209,"uuid":"518792768","full_name":"borkdude/cherry-action-example","owner":"borkdude","description":"Github action implemented with cherry","archived":false,"fork":false,"pushed_at":"2022-07-28T10:25:02.000Z","size":88,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T07:39:30.768Z","etag":null,"topics":["cherry-cljs","clojure","clojurescript"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borkdude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-07-28T10:02:14.000Z","updated_at":"2024-07-08T16:03:02.000Z","dependencies_parsed_at":"2024-01-23T22:13:20.232Z","dependency_job_id":"a72154c2-6735-4c6a-ae07-fc9c2fa848a7","html_url":"https://github.com/borkdude/cherry-action-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"borkdude/nbb-action-example","purl":"pkg:github/borkdude/cherry-action-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fcherry-action-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fcherry-action-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fcherry-action-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fcherry-action-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borkdude","download_url":"https://codeload.github.com/borkdude/cherry-action-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fcherry-action-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29247591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:42:34.334Z","status":"ssl_error","status_checked_at":"2026-02-08T21:41:38.468Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cherry-cljs","clojure","clojurescript"],"created_at":"2024-10-04T00:40:43.329Z","updated_at":"2026-02-08T22:31:53.098Z","avatar_url":"https://github.com/borkdude.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cherry-action-example\n\nThis is an example of how to use [cherry](https://github.com/borkdude/cherry), a JS-tooling friendly CLJS compiler, to implement a Github action.\n\nThis action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.\n\nIt was created using\n[this](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action)\ntutorial.\n\n## Running locally\n\nEdit `action.cljs`, the ClojureScript source for this action.\n\nRun:\n\n``` shell\nnpm run action\n```\n\nto run the action locally. This will produce `action.mjs` which will be run by Node.js.\n\n## Bundle\n\nTo bundle `action.mjs` using `ncc`, run: `npm run bundle`.  This will create\nthe standalone JS file `dist/index.mjs`.\n\n## Inputs\n\n## `who-to-greet`\n\n**Required** The name of the person to greet. Default `\"World\"`.\n\n## Outputs\n\n## `time`\n\nThe time we greeted you.\n\n## Example usage\n\n``` yaml\non: [push]\n\njobs:\n  hello_world_job:\n    runs-on: ubuntu-latest\n    name: A job to say hello\n    steps:\n      - name: Hello world action step\n        id: hello\n        uses: borkdude/cherry-action-example@v0.1.0\n        with:\n          who-to-greet: 'Mona the Octocat'\n      # Use the output from the `hello` step\n      - name: Get the output time\n        run: echo \"The time was ${{ steps.hello.outputs.time }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fcherry-action-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborkdude%2Fcherry-action-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fcherry-action-example/lists"}