From 5031bf15627590b4b9f877732e6bb82a3fdbcb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Tue, 19 Nov 2024 04:31:56 +0100 Subject: [PATCH] fix: typo in `inputs.disable_safe_directory` (#1666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 36e11f2fa..871231929 100644 --- a/action.yml +++ b/action.yml @@ -155,7 +155,7 @@ runs: using: "composite" steps: - name: Set safe directory - if: ${{ inputs.set_safe_directory != 'true' }} + if: ${{ inputs.disable_safe_directory != 'true' }} shell: bash run: | git config --global --add safe.directory ${{ github.workspace }}