Closed kevincobain2000 closed 1 year ago
As it seems to me, these lines: https://github.com/kevincobain2000/action-gobrew/blob/master/action.yml#L17-L19
do not worked on windows. What do you think?
Yea, I have tbh no idea about windows.
Interesting, I have the same change you made on a branch here and it worked:
probably failing at gobrew version
on windows.
Oddly enough, gobrew version consumes lot of time on Mac
╰─$ time gobrew version
[INFO] gobrew version is 1.7.9
gobrew version 0.01s user 0.01s system 0% cpu 6.308 total
ah because gobrew version
calls github api to get the latest version and can also lead to api rate limit exceeded, making it fail
Raised issue here #94
This pull req is ready for review and merge
Interesting, I have the same change you made on a branch here and it worked: https://github.com/beppler/gobrew/actions/runs/3939062367
After finding the reason: my workflow had gobrew version
which failed due to rate limit exceeded as it calls api.github..
, therefore your workflow passed with no worries.
Very intresting
Codecov Report
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.