You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my action this workflow works fine on a GitHub hosted runner ubuntu-latest. However, if I alter it to run on a non-EC2 (an on-prem) Windows runner then it fails with:
Error: Error message: Cannot read property 'message' of undefined
I switched on GitHub Actions debugging and can see lots of errors in the logfiles which I can attach.
However, this works fine, so I know my self-hosted runner actually works, so at the moment I have to continue to use AWS access keys for my on-prem runner.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
In my action this workflow works fine on a GitHub hosted runner
ubuntu-latest
. However, if I alter it to run on a non-EC2 (an on-prem) Windows runner then it fails with:Error: Error message: Cannot read property 'message' of undefined
I switched on GitHub Actions debugging and can see lots of errors in the logfiles which I can attach.
However, this works fine, so I know my self-hosted runner actually works, so at the moment I have to continue to use AWS access keys for my on-prem runner.
The text was updated successfully, but these errors were encountered: