{"id":18475066,"url":"https://github.com/mms-gianni/git-action","last_synced_at":"2026-05-06T13:02:38.891Z","repository":{"id":64307240,"uuid":"349546777","full_name":"mms-gianni/git-action","owner":"mms-gianni","description":"Manage yout Github Actions with your git cli","archived":false,"fork":false,"pushed_at":"2021-08-03T20:05:53.000Z","size":30313,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T19:37:09.397Z","etag":null,"topics":["git","github","github-actions","workflow"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mms-gianni.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":"2021-03-19T20:24:51.000Z","updated_at":"2021-08-03T20:05:57.000Z","dependencies_parsed_at":"2023-01-15T11:00:56.183Z","dependency_job_id":null,"html_url":"https://github.com/mms-gianni/git-action","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mms-gianni%2Fgit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mms-gianni%2Fgit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mms-gianni%2Fgit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mms-gianni%2Fgit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mms-gianni","download_url":"https://codeload.github.com/mms-gianni/git-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253960867,"owners_count":21990930,"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":["git","github","github-actions","workflow"],"created_at":"2024-11-06T10:32:51.930Z","updated_at":"2026-05-06T13:02:33.828Z","avatar_url":"https://github.com/mms-gianni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-action\nManage your github actions with git cli\n\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/mms-gianni/git-action)\n![GitHub top language](https://img.shields.io/github/languages/top/mms-gianni/git-action)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mms-gianni/git-action/Upload%20Release%20Asset)\n![GitHub MIT license](https://img.shields.io/github/license/mms-gianni/git-action)\n![Swiss made](https://img.shields.io/badge/swiss%20made-100%25-red)\n\n\n## Why\n- Simplify access to your workflows \n- Keep fokus on your work\n\n\n![Screenshot](docs/img/screenshot-actions.png?raw=true \"Screenshot\")\n\n## Installation\nGenerate a token here : https://github.com/settings/tokens (You need to be loged in)\n\nTo export the Github username and organisation is optional. \n### Mac\n```\necho 'export GITHUB_TOKEN=\"XXXXXXXXXXXXXXXXXXXXXXX\"' \u003e\u003e ~/.zshrc\necho 'export GITHUB_USERNAME=\"change-me-to-your-username\"' \u003e\u003e ~/.zshrc\necho 'export GITHUB_ORGANISATIONS=\"klustair,kubernetes\"' \u003e\u003e ~/.zshrc\ncurl https://raw.githubusercontent.com/mms-gianni/git-action/master/cmd/git-action/git-action.mac.64bit -o /usr/local/bin/git-action\nchmod +x /usr/local/bin/git-action\n```\n\n### Linux \n```\necho 'export GITHUB_TOKEN=\"XXXXXXXXXXXXXXXXXXXXXXX\"' \u003e\u003e ~/.bashrc\necho 'export GITHUB_USERNAME=\"change-me-to-your-username\"' \u003e\u003e ~/.bashrc\necho 'export GITHUB_ORGANISATIONS=\"klustair,kubernetes\"' \u003e\u003e ~/.bashrc\ncurl https://raw.githubusercontent.com/mms-gianni/git-action/master/cmd/git-action/git-action.linux.64bit -o /usr/local/bin/git-action\nchmod +x /usr/local/bin/git-action\n```\n\n### Windows\nWindows is not implemented yet. But I'm working on it. Pullrequests wellcome. \n\n## Quick start\n\n### Show list of workflow runs\n```\ncd /path/to/your/repo\ngit action status\n```\n\n### Trigger a workflow\n```\ncd /path/to/your/repo\ngit action run\n```\n\nSee help for all flags and options","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmms-gianni%2Fgit-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmms-gianni%2Fgit-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmms-gianni%2Fgit-action/lists"}