Conversation
|
Looks like GITHUB_ACTION_PATH doesn't work the way that I thought it did. Investigating further. |
|
Note to self, we might need to package those scripts inside of separate actions. |
Publishing as an action bundles the directory contents with the action, so we can use helper scripts directly
|
I think the failure is unrelated |
|
Are you sure the broken symlink and python lint failures are unrelated? |
|
The windows failure is the one I was referring to. Everything else seems passed? |
I can see two jobs failing: |
|
Oh, strange. I see those in the failed checks now, but earlier GitHub was telling me only one job failed. Fixed those in 854f793 |
|
Everything is green! |
|
For the new action files, can you add read only permission? |
Unlike see also: https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax |
Fixes #220