Skip to content

Commit

Permalink
Merge pull request #688 from contrib-tracker/fix-multiline-output
Browse files Browse the repository at this point in the history
fix: handle multiline output of missing config export
  • Loading branch information
hussainweb authored Nov 27, 2024
2 parents 23650d5 + 2eb163e commit cdb1cc7
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 cdb1cc7

Please sign in to comment.