{"id":16055923,"url":"https://github.com/varunsridharan/action-vs-utility","last_synced_at":"2026-05-19T03:34:24.662Z","repository":{"id":80544016,"uuid":"275175599","full_name":"varunsridharan/action-vs-utility","owner":"varunsridharan","description":"⚠️ 🆄🆂🅴 @ 🆈🅾🆄🆁 🅾🆆🅽 🆁🅸🆂🅺","archived":false,"fork":false,"pushed_at":"2021-03-03T11:09:20.000Z","size":414,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T15:50:38.312Z","etag":null,"topics":["github-action","github-actions","internal-project","internal-tools","utility","vs-github-action"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varunsridharan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-06-26T14:30:04.000Z","updated_at":"2021-03-03T11:09:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b3c2ee1-1405-420e-94c6-a4ab68ceb817","html_url":"https://github.com/varunsridharan/action-vs-utility","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-vs-utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-vs-utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-vs-utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-vs-utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varunsridharan","download_url":"https://codeload.github.com/varunsridharan/action-vs-utility/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305947,"owners_count":20917208,"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":["github-action","github-actions","internal-project","internal-tools","utility","vs-github-action"],"created_at":"2024-10-09T02:23:09.234Z","updated_at":"2026-05-19T03:34:24.635Z","avatar_url":"https://github.com/varunsridharan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://cdn.svarun.dev/gh/actions.png\" width=\"150px\"/\u003e\u003c/p\u003e\n\n# VS Utility - ***Github Action***\n\n```diff\n- Public Use Of This Action Is Not ADVISED. ⚠️  Use @ Your OWN RISK\n```\n\n## ENV Variables \n\n### Default Environment Variables exposed by GitHub\nFor a full list of default environment variables exposed by GitHub see https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables.\n| Name | Desc | Example |\n|---|---|---|\n|`GITHUB_ACTOR`| The name of the person or app that initiated the workflow. | `octocat` |\n|`GITHUB_REPOSITORY`| The owner and repository name. | `octocat/action` |\n|`GITHUB_SHA`| The commit SHA that triggered the workflow. | `ffac537e6cbbf934b08745a378932722df287a53` |\n|`GITHUB_REF`| The branch or tag ref that triggered the workflow. If neither a branch or tag is available for the event type, the variable will not exist. | `refs/heads/feature-branch-1` |\n\n### Github Related Variables\n| Name | Desc | Example |\n|---|---|---|\n|`GITHUB_REPOSITORY_OWNER`| The owner of the repository  | `varunsridharan/your-git-repo` =\u003e `varunsridharan` |\n|`GITHUB_REPOSITORY_SLUG`| The name of the repository  | `varunsridharan/your-git-repo` =\u003e `your-git-repo` |\n|`GITHUB_REF_NAME`| The branch name that triggered the workflow. If neither a branch or tag is available for the event type, the variable will not exist. | `feature-branch-1` |\n|`GITHUB_SHA_SHORT`| The shortened commit SHA (8 characters) that triggered the workflow. | `ffac537e` |\n\n\n### Workflow Hook Related Variables\n| Name | Desc | Default |\n|---|---|---|\n| `VS_BEFORE_HOOK_FILE` | Custom Hook File Name | `before.sh` |\n| `VS_AFTER_HOOK_FILE` | Custom Hook File Name | `before.sh` \n| `VS_BEFORE_HOOK_FILE_LOCATION` | Exact Location Of The Hook File | `./.github/workflows/before.sh` \n| `VS_AFTER_HOOK_FILE_LOCATION` | Exact Location Of The Hook File | `./.github/workflows/after.sh` \n\n### Gitbook Change Log Updater Related Variables\n| Name | Desc | Default |\n|---|---|---|\n| `CHLOG_REPO_ORG_NAME` | Gitbook's Docs Account Holder Username | `vs-docs` |\n| `LOCAL_CHANGE_LOG_FILE` | Change Log File Name IN Current Repo | `CHANGELOG.md` |\n| `REMOTE_CHANGE_LOG_FILE` | Change Log File Name IN Docs Repo | `change-log.md` |\n\n### Envato Release Related Variables\n| Name | Desc | Default |\n|---|---|---|\n| `ENVATO_DIST_IGNORE` | varunsridharan/action-envato-publish Dist Ignore File Location | `./.github/distignore.txt` |\n| `ENVATO_ASSETS_DIST_IGNORE` | varunsridharan/action-envato-publish Dist Assets Ignore File Location | `./.github/assets-distignore.txt` |\n\n\n---\n\n## 🤝 Contributing\nIf you would like to help, please take a look at the list of [issues](issues/).\n\n## 💰 Sponsor\n[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].\nIf you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.\n\n- ☕ How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]\n- ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]\n- 🔰         We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]\n- 🚀         Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]\n\n## 📝 License \u0026 Conduct\n- [**General Public License v3.0 license**](LICENSE) © [Varun Sridharan](website)\n- [Code of Conduct](code-of-conduct.md)\n\n## 📣 Feedback\n- ⭐ This repository if this project helped you! :wink:\n- Create An [🔧 Issue](issues/) if you need help / found a bug\n\n## Connect \u0026 Say 👋\n- **Follow** me on [👨‍💻 Github][github] and stay updated on free and open-source software\n- **Follow** me on [🐦 Twitter][twitter] to get updates on my latest open source projects\n- **Message** me on [📠 Telegram][telegram]\n- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!\n\n\u003c!-- Personl Links --\u003e\n[paypal]: https://go.svarun.dev/paypal\n[buymeacoffee]: https://go.svarun.dev/buymeacoffee\n[sofythelabrador]: https://www.instagram.com/sofythelabrador/\n[github]: https://go.svarun.dev/github/\n[twitter]: https://go.svarun.dev/twitter/\n[telegram]: https://go.svarun.dev/telegram/\n[email]: https://go.svarun.dev/contact/email/\n[website]: https://go.svarun.dev/website/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunsridharan%2Faction-vs-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarunsridharan%2Faction-vs-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunsridharan%2Faction-vs-utility/lists"}