Skip to content

Commit

Permalink
fix: properly set output of changes check step in docs generation wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
omar-besbes committed Oct 11, 2024
1 parent 1b7525d commit c7f710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check for changes in the directory
id: check_changes
run: |
git diff --exit-code solutions/${{ matrix.platform }} || echo "changes"
git diff --exit-code solutions/${{ matrix.platform }} || echo "changes" >> $GITHUB_OUTPUT
- name: Commit and push changes
if: steps.check_changes.outputs.changes == 'changes'
Expand Down

0 comments on commit c7f710b

Please sign in to comment.