https://github.com/andry81-devops/gh-workflow
GitHub workflow support scripts. • :page_with_curl: https://github.com/andry81-stats/gh-workflow--gh-stats :page_with_curl:
https://github.com/andry81-devops/gh-workflow
actions bash bash-script composite-action github shell workflow
Last synced: 2 months ago
JSON representation
GitHub workflow support scripts. • :page_with_curl: https://github.com/andry81-stats/gh-workflow--gh-stats :page_with_curl:
- Host: GitHub
- URL: https://github.com/andry81-devops/gh-workflow
- Owner: andry81-devops
- License: mit
- Created: 2021-10-27T00:52:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-30T10:40:27.000Z (3 months ago)
- Last Synced: 2026-01-31T02:56:13.607Z (3 months ago)
- Topics: actions, bash, bash-script, composite-action, github, shell, workflow
- Language: Shell
- Homepage: https://github.com/andry81-devops/github-accum-stats
- Size: 485 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
README
---
Userlog
• Changelog
• Dependentees
•
Copyright and License
GitHub workflow support scripts.
Tutorials to use with: https://github.com/andry81/index#tutorials
##
# gh-workflow@master
## Dependentees
* All action scripts:
https://github.com/andry81/index#action-scripts
## Usage
### Local
1. Open Linux or Cygwin console, for example, in `bash/github` directory.
2. Set workflow root variables:
```console
GH_WORKFLOW_ROOT=$(realpath ../..)
```
3. Run an initialization script:
```console
. ./init-yq-workflow.sh
```
4. Run postponed initialization functions:
```console
tkl_execute_calls gh
```
5. Run other functions...
To start over:
```console
tkl_unset_all_include_guards
```
### Tests
https://github.com/andry81-devops/gh-workflow--tests
## Copyright and License
Code and documentation copyright 2021 Andrey Dibrov. Code released under [MIT License](https://github.com/andry81-devops/gh-workflow/tree/HEAD/license.txt)