https://github.com/varunsridharan/action-vs-utility
β οΈ πππ
΄ @ ππ
Ύππ π
Ύππ
½ ππ
Έππ
Ί
https://github.com/varunsridharan/action-vs-utility
github-action github-actions internal-project internal-tools utility vs-github-action
Last synced: 3 months ago
JSON representation
β οΈ πππ ΄ @ ππ Ύππ π Ύππ ½ ππ Έππ Ί
- Host: GitHub
- URL: https://github.com/varunsridharan/action-vs-utility
- Owner: varunsridharan
- Created: 2020-06-26T14:30:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T11:09:20.000Z (over 4 years ago)
- Last Synced: 2025-02-10T15:50:38.312Z (8 months ago)
- Topics: github-action, github-actions, internal-project, internal-tools, utility, vs-github-action
- Language: PHP
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS Utility - ***Github Action***
```diff
- Public Use Of This Action Is Not ADVISED. β οΈ Use @ Your OWN RISK
```## ENV Variables
### Default Environment Variables exposed by GitHub
For 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.
| Name | Desc | Example |
|---|---|---|
|`GITHUB_ACTOR`| The name of the person or app that initiated the workflow. | `octocat` |
|`GITHUB_REPOSITORY`| The owner and repository name. | `octocat/action` |
|`GITHUB_SHA`| The commit SHA that triggered the workflow. | `ffac537e6cbbf934b08745a378932722df287a53` |
|`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` |### Github Related Variables
| Name | Desc | Example |
|---|---|---|
|`GITHUB_REPOSITORY_OWNER`| The owner of the repository | `varunsridharan/your-git-repo` => `varunsridharan` |
|`GITHUB_REPOSITORY_SLUG`| The name of the repository | `varunsridharan/your-git-repo` => `your-git-repo` |
|`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` |
|`GITHUB_SHA_SHORT`| The shortened commit SHA (8 characters) that triggered the workflow. | `ffac537e` |### Workflow Hook Related Variables
| Name | Desc | Default |
|---|---|---|
| `VS_BEFORE_HOOK_FILE` | Custom Hook File Name | `before.sh` |
| `VS_AFTER_HOOK_FILE` | Custom Hook File Name | `before.sh`
| `VS_BEFORE_HOOK_FILE_LOCATION` | Exact Location Of The Hook File | `./.github/workflows/before.sh`
| `VS_AFTER_HOOK_FILE_LOCATION` | Exact Location Of The Hook File | `./.github/workflows/after.sh`### Gitbook Change Log Updater Related Variables
| Name | Desc | Default |
|---|---|---|
| `CHLOG_REPO_ORG_NAME` | Gitbook's Docs Account Holder Username | `vs-docs` |
| `LOCAL_CHANGE_LOG_FILE` | Change Log File Name IN Current Repo | `CHANGELOG.md` |
| `REMOTE_CHANGE_LOG_FILE` | Change Log File Name IN Docs Repo | `change-log.md` |### Envato Release Related Variables
| Name | Desc | Default |
|---|---|---|
| `ENVATO_DIST_IGNORE` | varunsridharan/action-envato-publish Dist Ignore File Location | `./.github/distignore.txt` |
| `ENVATO_ASSETS_DIST_IGNORE` | varunsridharan/action-envato-publish Dist Assets Ignore File Location | `./.github/assets-distignore.txt` |---
## π€ Contributing
If you would like to help, please take a look at the list of [issues](issues/).## π° Sponsor
[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].
If 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.- β How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]
- βοΈβοΈ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]
- π° We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]
- π Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]## π License & Conduct
- [**General Public License v3.0 license**](LICENSE) Β© [Varun Sridharan](website)
- [Code of Conduct](code-of-conduct.md)## π£ Feedback
- β This repository if this project helped you! :wink:
- Create An [π§ Issue](issues/) if you need help / found a bug## Connect & Say π
- **Follow** me on [π¨βπ» Github][github] and stay updated on free and open-source software
- **Follow** me on [π¦ Twitter][twitter] to get updates on my latest open source projects
- **Message** me on [π Telegram][telegram]
- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates![paypal]: https://go.svarun.dev/paypal
[buymeacoffee]: https://go.svarun.dev/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://go.svarun.dev/github/
[twitter]: https://go.svarun.dev/twitter/
[telegram]: https://go.svarun.dev/telegram/
[email]: https://go.svarun.dev/contact/email/
[website]: https://go.svarun.dev/website/