Context
We need to create the initial github action scaffold so that when a new candidate solution repository is created that the github-action is placed inside of the .github/workflows so that on: Push or on: Create the repository will dial-back home to gitBabel's GraphQL service
Actions
We have an open question about the difference between create and push, we believe we only want the dial-bacl to happen when a repository is first created -- in this case branch main and when solution is created
- Create our initial prototype action by creating just a simple hello world on the
on:create or on:push -- see docs
- We need to figure out how to package up this repository into a github-action that we can then turn around and test -- see docs
Context
We need to create the initial github action scaffold so that when a new candidate solution repository is created that the github-action is placed inside of the
.github/workflowsso thaton: Pushoron: Createthe repository will dial-back home to gitBabel's GraphQL serviceActions
on:createoron:push-- see docs