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
@dominickendrick As far as I know, working-directory is only valid within that step, it does not carry over to the next step. It seems that the xcresulttool step could also specify a working-directory, but working-directory cannot be used at the same time as uses. A workaround would be for this action to support a working-directory parameter itself, like the setup-ruby action. https://github.com/ruby/setup-ruby/blob/master/action.yml#L27
Hi,
Thanks for making this GitHub Action, it's very useful!
One thing I can across was that if you use the
working-directory
attribute in your action, thepath
attribute needs to also include the full path.It would be good if the
path
attribute looked for files relative to theworking-directory
.The text was updated successfully, but these errors were encountered: