Skip to content

Commit

Permalink
πŸ‘ update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shun198 committed Aug 17, 2024
1 parent 444bb46 commit c172445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
id: templates
run: |
changed_templates=$(git diff HEAD~1 --name-only | grep -c templates/)
echo $changed_templates
echo changed_templates=$changed_templates >> "$GITHUB_OUTPUT"
- name: Upload to S3
if: ${{ steps.templates.outputs.changed_templates > 0 }};
Expand Down

0 comments on commit c172445

Please sign in to comment.