{"id":13559881,"url":"https://github.com/dawidd6/action-get-tag","last_synced_at":"2025-04-03T15:31:01.601Z","repository":{"id":37829003,"uuid":"248994710","full_name":"dawidd6/action-get-tag","owner":"dawidd6","description":":gear: A GitHub Action to get the pushed tag name","archived":true,"fork":false,"pushed_at":"2022-08-09T04:01:00.000Z","size":79,"stargazers_count":40,"open_issues_count":1,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T04:03:47.673Z","etag":null,"topics":["action","get","git","github","github-actions","push","tag"],"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/dawidd6.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":"2020-03-21T14:38:05.000Z","updated_at":"2025-03-21T05:23:53.000Z","dependencies_parsed_at":"2023-01-06T15:45:15.451Z","dependency_job_id":null,"html_url":"https://github.com/dawidd6/action-get-tag","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":0.3157894736842105,"last_synced_commit":"727a6f0a561be04e09013531e73a3983a65e3479"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-get-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-get-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-get-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidd6%2Faction-get-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawidd6","download_url":"https://codeload.github.com/dawidd6/action-get-tag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247027782,"owners_count":20871589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","get","git","github","github-actions","push","tag"],"created_at":"2024-08-01T13:00:34.738Z","updated_at":"2025-04-03T15:30:59.814Z","avatar_url":"https://github.com/dawidd6.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Get tag Github Action\n\nSimple Action that have only one responsibility - output tag name (parsed from `GITHUB_REF` environment variable).\n\n## Usage\n\nShould be used only when actual tag is pushed, otherwise the Action will exit with an error.\n\n```yaml\non:\n  push:\n    tags:\n      - '*'\n```\n\n```yaml\n- name: Get tag\n  id: tag\n  uses: dawidd6/action-get-tag@v1\n  with:\n    # Optionally strip `v` prefix\n    strip_v: true\n- name: Use tag\n  run: echo ${{steps.tag.outputs.tag}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidd6%2Faction-get-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawidd6%2Faction-get-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidd6%2Faction-get-tag/lists"}