Skip to content

Allow to specify a working-directory #89

@Luc45

Description

@Luc45

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: ./foo

When porting this to retry, I cannot set the working-directory for the step, as it only works with run.

Similar issue: https://stackoverflow.com/questions/67299058/running-github-actions-for-uses-in-another-directory

Expected behavior
Retry should allow to specify a working-directory

Screenshots
If applicable, add screenshots to help explain your problem.

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions