Skip to content

Commit

Permalink
define outputs for changes check job
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Apr 27, 2024
1 parent 694c02c commit ece4014
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permissions:
jobs:
check-for-changes-to-themes:
runs-on: ubuntu-latest
outputs:
HAS_THEME_CHANGES: ${{ steps.check-for-changes.outputs.HAS_THEME_CHANGES }}
CHANGED_THEMES: ${{ steps.check-for-changes.outputs.CHANGED_THEMES }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ece4014

Please sign in to comment.