Wandalen/wretry.action

working-directory is ignored

neerdoc opened this issue · 4 comments

Non-standard working path is sometimes required. This can be set by the working-directory tag. This is ignored by this action and the command is attempted to be executed at the path set by the github.workspace variable instead (which cannot be changed in a script).

Non-standard working path is sometimes required. This can be set by the working-directory tag. This is ignored by this action and the command is attempted to be executed at the path set by the github.workspace variable instead (which cannot be changed in a script).

Hello, @neerdoc

Thank you for your issue. It's good idea to setup working directory for script and command. We'll implement this feature but little later because now our command have a lot of work.

Hello, @neerdoc

I've implemented the feature, that will change command working directory. See, the pull request #45
The option is named current_path, it's internal convention. Your proposal with working-directory is very good idea.

New published version should help you :)

@neerdoc

The new version released.

Please, confirm that your problem is solved and close the issue.

Problem solved! Thank you!