README: Add a link to step documentation for working-directory

This commit is contained in:
TSRBerry 2024-02-20 14:01:18 +01:00 committed by GitHub
parent 4952d0db05
commit 43c695b4c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ Use this like the `shell` keyword for [steps](https://docs.github.com/en/actions
**Optional**:
The working directory where the commands are executed in.
Use this like the `working-directory` keyword for steps.
Use this like the `working-directory` keyword for [steps](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsworking-directory).
**Default**: `${{ github.workspace }}`.