{"id":35783716,"url":"https://github.com/actalog/create-datetime-tag","last_synced_at":"2026-04-01T23:50:52.480Z","repository":{"id":330502209,"uuid":"1122962825","full_name":"actalog/create-datetime-tag","owner":"actalog","description":"🏷️📆 Creates and pushes a git tag based on the current date and time","archived":false,"fork":false,"pushed_at":"2026-03-22T16:21:39.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-23T06:51:17.582Z","etag":null,"topics":["date","datetime","git","release","tags","time"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actalog.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-25T23:23:13.000Z","updated_at":"2026-03-22T19:34:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/actalog/create-datetime-tag","commit_stats":null,"previous_names":["actalog/create-datetime-tag"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/actalog/create-datetime-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fcreate-datetime-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fcreate-datetime-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fcreate-datetime-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fcreate-datetime-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actalog","download_url":"https://codeload.github.com/actalog/create-datetime-tag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fcreate-datetime-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["date","datetime","git","release","tags","time"],"created_at":"2026-01-07T06:36:43.911Z","updated_at":"2026-04-01T23:50:52.468Z","avatar_url":"https://github.com/actalog.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @actalog/create-datetime-tag\n\nCreates and pushes a git tag based on the current date and time (format: `YYYY-MM-DD.HH-mm-ss`).\n\n## Features ✨\n\n- **Precision:** Uses seconds to reduce tag collisions.\n- **Idempotency:** Automatically skips tag creation and push if a tag with the same name already exists, preventing workflow failures.\n- **Automated:** Configures the git user as `github-actions[bot]`.\n\n## Usage 🚀\n\nCreate a workflow file (e.g., `.github/workflows/tag.yml`) with the following content:\n\n```yaml\nname: Generate Tag\n\non:\n  push:\n    branches:\n      - main\n\npermissions:\n  contents: write # Required to push tags back to the repository\n\njobs:\n  tag:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      \n      - name: Create Datetime Tag\n        id: create-tag\n        uses: actalog/create-datetime-tag@v1\n\n      - name: Output Tag\n        run: echo \"The tag created is ${{ steps.create-tag.outputs.tag }}\"\n```\n\n## Outputs 📤\n\n| Name  | Description                                        |\n| :---  | :---                                               |\n| `tag` | The created tag name (e.g., `2025-03-22.12-55-10`) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factalog%2Fcreate-datetime-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factalog%2Fcreate-datetime-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factalog%2Fcreate-datetime-tag/lists"}