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
Every GitHub Action implicitly has a default output that can be accessed
in GitHub workflows via `${{ steps.<id>.outputs.result }}`. Let's use
this feature to return the path where the SDK was installed.
Previously, contortions such as `bash -c "$(cygpath -aw /)"` had to be
used to find out where the SDK is located, and this change will make
those contortions unnecessary.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments