Skip to content

Commit

Permalink
fix: handle multiline output of missing config export
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshanziya committed Nov 27, 2024
1 parent 23650d5 commit 2eb163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
if: ${{ !contains(steps.validate_config.outputs.status_output, 'No differences') }}
run: |
echo "::warning::Config export has differences"
echo ${{ steps.validate_config.outputs.status_output }}
echo "${{ steps.validate_config.outputs.status_output }}"
- name: Deploy the site
run: |
Expand Down

0 comments on commit 2eb163e

Please sign in to comment.