Github shared action
originally posted at LinkedIn at July 7, 2023
Background
I need to set up 3 GitHub workflows for 10 repo. For each workflow, it will run a similar bash script.
First trial - Create Separate Bash Script and Workflow
On my first trial, I did the following:
- work on a single repo
- create three separate bash scripts
- create three separate workflows