From 7b15ca4b7f871a18bd093ca94c924cdf6f2a0ad8 Mon Sep 17 00:00:00 2001 From: Dan Ziring <9089037+dzcode@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:26:18 -0700 Subject: [PATCH 1/2] fix: Remove GH var interpolation in action.yml docstring --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 302837c7..71172b49 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: description: The email of the custom committer you want to use required: false cwd: - description: The directory where your repository is located (relative to the runner workspace, or an absolute path). You should use actions/checkout first to set it up. In with:, use ${{ github.workspace }} — $GITHUB_WORKSPACE is not expanded. + description: ${{ 'The directory where your repository is located (relative to the runner workspace, or an absolute path). You should use actions/checkout first to set it up. In with:, use ${{ github.workspace }} — $GITHUB_WORKSPACE is not expanded.' }} required: false default: '.' default_author: From 95b072eb182e153071000f7e770ca877669e995a Mon Sep 17 00:00:00 2001 From: Dan Ziring <9089037+dzcode@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:30:10 -0700 Subject: [PATCH 2/2] docs: reword to avoid escaping whole sentence --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 71172b49..9097f42e 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: description: The email of the custom committer you want to use required: false cwd: - description: ${{ 'The directory where your repository is located (relative to the runner workspace, or an absolute path). You should use actions/checkout first to set it up. In with:, use ${{ github.workspace }} — $GITHUB_WORKSPACE is not expanded.' }} + description: The directory where your repository is located (relative to the runner workspace, or an absolute path). You should use actions/checkout first to set it up. In with:, use the github.workspace context (see README) — $GITHUB_WORKSPACE is not expanded. required: false default: '.' default_author: