Hey Chris, I noticed that you've put the workflow in individual-work/cbush/.github/workflows/cbush-workflow.yml
For this situation, we'll need to have our contributions outside of the individual-work directory. This is because Github Actions looks in a specific place for the workflow file. From the top level directory, your filepath should be .github/workflows/cbush-workflow.yml
Hey Chris, I noticed that you've put the workflow in
individual-work/cbush/.github/workflows/cbush-workflow.yml
For this situation, we'll need to have our contributions outside of the individual-work directory. This is because Github Actions looks in a specific place for the workflow file. From the top level directory, your filepath should be
.github/workflows/cbush-workflow.yml
For reference: https://github.com/DevSecOps-TTS/AlphaCourse/tree/master/.github/workflows