rstudio / actions

GitHub Actions for use with RStudio software.
MIT License
7 stars 11 forks source link

Add support for `working-directory` arg in connect-publish action #32

Closed meatballhat closed 1 year ago

meatballhat commented 1 year ago

so that a base directory other than the current working directory may be used when resolving entries in the dir argument. The name working-directory was chosen based on the same name used for the builtin run step in github actions.

ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_iddefaultsrun

aronatkins commented 1 year ago

Also related is the top-level defaults.run: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun