Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soubinan authored Jan 11, 2025
1 parent b688ef3 commit d4122ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d4122ec

Please sign in to comment.