| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| run: | | ||
| # Update the required checks based on the current branch. | ||
| # Typically, this will be main. | ||
| SHA="$(git rev-parse HEAD)" |
There was a problem hiding this comment.
I wonder whether this would really work (there is no checkout step in the workflow, and HEAD may not work in a single-commit checkout). But I suppose we probably need to merge it before we can find out, as the branch protection rules probably would not allow repository updates from branches other than main.
Sorry, something went wrong.
There was a problem hiding this comment.
Hmmm...now that I think about it, we can just get the SHA from the context. Let me change this.
Sorry, something went wrong.
Update contributing guide. Ensure this workflow runs once a week.
|
Thanks for the review. Going to merge this and run it to ensure it works. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Update contributing guide. Ensure this workflow runs once a week.