From 43c695b4c727d0f4b2c35e5d1a23a8e8bd6ab841 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:01:18 +0100 Subject: [PATCH] README: Add a link to step documentation for working-directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec7a8b..cc4c57a 100644 --- a/README.md +++ b/README.md @@ -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 }}`.