diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4c1f1c0..67e989f 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -55,7 +55,7 @@ jobs: run: | echo all_files=${{ steps.all-templates-list.outputs.all_files }} echo all_changed_files=${{ steps.all-templates-list.outputs.all_changed_files }} - echo TEMPLATES_LIST="${{ steps.all-changed-templates-list.outputs.all_changed_files != '[]' && steps.all-templates-list.outputs.all_changed_files || steps.all-templates-list.outputs.all_files }}"| tee -a $GITHUB_OUTPUT + echo TEMPLATES_LIST=${{ steps.all-changed-templates-list.outputs.all_changed_files != "[]" && steps.all-templates-list.outputs.all_changed_files || steps.all-templates-list.outputs.all_files }}| tee -a $GITHUB_OUTPUT - name: Print templates list run: |