diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index caed4a7..3fa09c9 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-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: |