-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Describe the bug
My workflow expects the script to be executed from a specific directory, so I use something like this:
- name: Do foo
working-directory: some-dir
run: ./fooWhen porting this to retry, I cannot set the working-directory for the step, as it only works with run.
Expected behavior
Retry should allow to specify a working-directory
Screenshots
If applicable, add screenshots to help explain your problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
