We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7525d commit c7f710bCopy full SHA for c7f710b
.github/workflows/generate-docs.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Check for changes in the directory
36
id: check_changes
37
run: |
38
- git diff --exit-code solutions/${{ matrix.platform }} || echo "changes"
+ git diff --exit-code solutions/${{ matrix.platform }} || echo "changes" >> $GITHUB_OUTPUT
39
40
- name: Commit and push changes
41
if: steps.check_changes.outputs.changes == 'changes'
0 commit comments