skills / release-based-workflow

Create a release based workflow that is built on the foundations of the GitHub flow
MIT License
121 stars 63 forks source link

The README is not updating from Step 2 to Step 3 #50

Closed rluna319 closed 1 year ago

rluna319 commented 1 year ago

Summary

I have followed the instructions in the README.md and completed all the steps. The GitHub actions don't seem to update the README to step 3. I have looked at the GitHub actions and the job "On feature added" is being skipped for some reason.

How to reproduce

  1. Complete the instructions in the README of Step 2 of the tutorial.
  2. See that after you complete the last two instructions (on Step 2) to merge the pull request and delete the branch, the README doesn't update even after the GitHub actions has run its jobs.
  3. See that on the Actions tab that the job titled "On feature added" is being skipped.

Additional context

I am not an expert in this technology. I am learning through this coursework. I am not positive that the culprit is the job in reference being skipped. It only makes sense to me seeing that the GitHub actions are what is responsible for updating the repo.

I am giving the best information I can give with my limited knowledge.

Please feel free to ask further questions. I may be doing something wrong.

Thanks.

rluna319 commented 1 year ago

This was not a bug. This was through a fault of my own. Details can be viewed in this discussion.