Skip to content

Commit

Permalink
Update .github/workflows/preview-theme.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Canales <[email protected]>
  • Loading branch information
MaggieCabrera and vcanales authored Apr 15, 2024
1 parent 5d50c4d commit f5df165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Output list of theme slugs with changes
echo "HAS_THEME_CHANGES=true" >> $GITHUB_OUTPUT
echo "CHANGED_THEMES=$(echo ${unique_dirs[@]})" >> $GITHUB_ENV
echo "Theme directories with changes: $CHANGED_THEME_DIRS"
echo "Theme directories with changes: $CHANGED_THEMES"
- name: Add Preview Links comment
id: comment-on-pr
if: ${{ steps.check-for-changes.outputs.HAS_THEME_CHANGES == 'true' }}
Expand Down

0 comments on commit f5df165

Please sign in to comment.