-
Beta Was this translation helpful? Give feedback.
Answered by
eliduke
Mar 6, 2024
Replies: 1 comment
-
I did some more digging and eventually found this issue from a couple years ago... There were lots of options and suggestions, but the one that worked for me was simply forcing the ref with So now the checkout action in the Jekyll build workflow looks like this:
It grabs the lates commit every time now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eliduke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did some more digging and eventually found this issue from a couple years ago...
actions/checkout#439
There were lots of options and suggestions, but the one that worked for me was simply forcing the ref with
ref: main
.So now the checkout action in the Jekyll build workflow looks like this:
It grabs the lates commit every time now.