{"id":36705676,"url":"https://github.com/actoaps/version-spell","last_synced_at":"2026-01-12T11:42:27.275Z","repository":{"id":36614067,"uuid":"229051063","full_name":"actoaps/version-spell","owner":"actoaps","description":"The magic spell of software versions at Acto ApS","archived":false,"fork":false,"pushed_at":"2022-11-11T15:16:35.000Z","size":1935,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T12:54:04.825Z","etag":null,"topics":["actions","build-automation","build-id"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actoaps.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}},"created_at":"2019-12-19T12:34:31.000Z","updated_at":"2021-11-02T11:53:58.000Z","dependencies_parsed_at":"2023-01-17T03:07:54.868Z","dependency_job_id":null,"html_url":"https://github.com/actoaps/version-spell","commit_stats":{"total_commits":61,"total_committers":7,"mean_commits":8.714285714285714,"dds":0.6721311475409837,"last_synced_commit":"796ae7b8980f11331b28ce9f55ae5709bda4feba"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/actoaps/version-spell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actoaps%2Fversion-spell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actoaps%2Fversion-spell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actoaps%2Fversion-spell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actoaps%2Fversion-spell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actoaps","download_url":"https://codeload.github.com/actoaps/version-spell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actoaps%2Fversion-spell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["actions","build-automation","build-id"],"created_at":"2026-01-12T11:42:27.186Z","updated_at":"2026-01-12T11:42:27.267Z","avatar_url":"https://github.com/actoaps.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Version spell\nThis action creates a version for your software, based on the checked out branch and amount of commits.\n\n## Important note\nIn order for this action to work, you need to checkout your code with a fetch-depth of 0. This fetches all history, which we need in order to count the commits.\n\n## Outputs\n### `version`\nThe version generated for your checked out commit.\n\n## Example workflow\n```yaml\non: [push]\n\njobs:\n  test_action:\n    runs-on: ubuntu-latest\n    name: Test action\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v3\n        with:\n          ref: ${{ github.head_ref }}\n          fetch-depth: 0\n\n      - name: Generate Build ID\n        id: spell\n        uses: actoaps/version-spell@v5\n\n      - name: Use Build ID\n        run: echo ${{ steps.spell.outputs.version }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factoaps%2Fversion-spell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factoaps%2Fversion-spell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factoaps%2Fversion-spell/lists"}