From 9ff6978359126a41c5d39e9312b4cfeaa111b91d Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Fri, 8 Mar 2024 21:55:25 -0600 Subject: [PATCH] change demo project path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 71f85db..cf2736b 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ runs: - name: Consent to the use of Kedro-Telemetry run: | cd ${{ inputs.project_path }} - "echo 'consent: ${{ inputs.telemetry_consent }}' > .telemetry" + echo 'consent: ${{ inputs.telemetry_consent }}' > .telemetry shell: bash - name: Create build directory run: |