{"id":19472380,"url":"https://github.com/aboutbits/github-actions-base","last_synced_at":"2025-07-04T16:36:46.877Z","repository":{"id":180394134,"uuid":"665012139","full_name":"aboutbits/github-actions-base","owner":"aboutbits","description":"GitHub Actions - Base","archived":false,"fork":false,"pushed_at":"2023-07-17T14:01:15.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T15:29:00.408Z","etag":null,"topics":["base","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/aboutbits.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-11T08:43:34.000Z","updated_at":"2023-08-07T05:18:41.000Z","dependencies_parsed_at":"2023-07-17T07:50:47.056Z","dependency_job_id":null,"html_url":"https://github.com/aboutbits/github-actions-base","commit_stats":null,"previous_names":["aboutbits/github-actions-git","aboutbits/github-actions-base"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aboutbits/github-actions-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutbits","download_url":"https://codeload.github.com/aboutbits/github-actions-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fgithub-actions-base/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577273,"owners_count":23483136,"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":["base","github-actions"],"created_at":"2024-11-10T19:14:14.977Z","updated_at":"2025-07-04T16:36:46.851Z","avatar_url":"https://github.com/aboutbits.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions Base\n\nA collection of basic GitHub actions.\n\n## Actions\n\n### Create or Update Git Tag\n\nThis action will create a new git tag. If the tag already exists it will be overwritten (requires force-push).\n\n#### Example\n\n```yaml\n  - uses: aboutbits/github-actions-base/git-create-or-update-tag@v1\n    with:\n      tag-name: 'prod'\n      message: 'Deployed to Prod'\n      user-name: 'AboutBits'\n      user-email: 'info@aboutbits.it'\n```\n\n#### Inputs\n\nThe following inputs can be used as `step.with` keys:\n\n| Name                | Required/Default | Description                              |\n|---------------------|------------------|------------------------------------------|\n| `tag-name`          | required         | The name of the tag to create            |\n| `user-name`         | required         | User name for GIT to use                 |\n| `user-email`        | required         | User email for GIT to use                |\n| `message`           | (empty)          | An optional message to go with the tag   |\n\n## Versioning\n\nIn order to have a versioning in place and working, create lightweight tags that point to the appropriate minor release versions.\n\nCreating a new minor release:\n\n```bash\ngit tag v1\ngit push --tags\n```\n\nReplacing an already existing minor release:\n\n```bash\ngit tag -d v1\ngit push origin :refs/tags/v1\ngit tag v1\ngit push --tags\n```\n\n## Information\n\nAbout Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).\n\n### Support\n\nFor support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).\n\n### Credits\n\n- [All Contributors](../../contributors)\n\n### License\n\nThe MIT License (MIT). Please see the [license file](license.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fgithub-actions-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutbits%2Fgithub-actions-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fgithub-actions-base/lists"}