Closed carpentries-bot closed 3 years ago
Oh noes! For some reason, this is trying to pull in changes from the main branch????
This PR was incorrectly bringing in changes from carpentries/styles@main, which would have removed the README.md file.
This was caused by the change of the default branch in this repository from gh-pages
to main
. Because the action had the ${{ github.ref }}
variable defining the REF
environment variable, it was pulling that ref from the styles repository:
I did the following:
Update styles repository. Please inspect the changes to make sure there are no conflicts with your lesson.