Closed DVDAndroid closed 4 years ago
@renatoabreu11 sorry for bothering you, can you take a look at this? There are many PRs open
@renatoabreu11 sorry for bothering you, can you take a look at this? There are many PRs open
Hey @DVDAndroid. No problem at all, I will take a look! Sorry to take so long, I didn't receive a notification
Will the default value of relative
change? I think people don't want to see internal Github Actions path (ex: /home/github/actions
) in logs
Will the default value of
relative
change? I think people don't want to see internal Github Actions path (ex:/home/github/actions
) in logs
Yes, I agree with you. I will make the change as well 👍
Added relative flag support
--relative
to support relative paths instead of absolute ones.The default value is
false
, but in my opinion, it should betrue
since I don't want to see absolute path (ex:/home/github/actions/...
) in my Github Actions logs