Add use_github_file() and use it in use_github_action*()#1509
Add use_github_file() and use it in use_github_action*()#1509
use_github_file() and use it in use_github_action*()#1509Conversation
Closes #1407
|
@jimhester I haven't wired this up to the GHA functions yet, but that's next. If you have any observations, please share. Or wait 'til this is more done. |
|
@malcolmbarrett Is this what you had in mind? |
malcolmbarrett
left a comment
There was a problem hiding this comment.
Looks and works great so far! Presumably, you'll refactor use_github_action() to use use_github_file() internally?
|
OK @jimhester this is ready for another look. I'm going to call your attention to a few things. Once this is merged and, presumably, released, you could go back to using symlinks in |
jimhester
left a comment
There was a problem hiding this comment.
I think if we change all the current references to master to HEAD then this should be good to go.
|
@jimhester Yes, I just confirmed that But from #1483 I got the impression that maybe you wanted to use |
|
That is right, I think using |
I think it also makes your mental management of the Resolved: I'm going to make |
use_github_file() and use it in use_github_action*()
Closes #1407, closes #1483