action-setup-waypoint
action-setup-waypoint copied to clipboard
Fix `add-path` deprecation warning
As explained in #41, the add-path command gave a deprecation warning. The command has now been disabled, causing this action to no longer be usable.
The offending dependency seems to be @actions/core. The issue has been fixed in 1.2.6 https://github.com/actions/toolkit/issues/643
Potential of getting this merged soon? @pearkes