File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
fail-on-removal : true
26
26
id : diff
27
27
- uses : microsoftgraph/kiota-dom-export-diff-tool/comment@main
28
- if : ${{ always() && steps.generatePatch.outputs.patchFilePath != '' && steps.diff.outputs.explanations != '' && github.event_name == 'pull_request' }}
28
+ if : ${{ always() && steps.generatePatch.outputs.patchFilePath != '' && steps.diff.outputs.hasExplanations != '' && github.event_name == 'pull_request' }}
29
29
continue-on-error : true
30
30
with :
31
- comment : ${{ steps.diff.outputs.explanations }}
31
+ comment : ${{ steps.diff.outputs.explanationsFilePath }}
32
32
prNumber : ${{ github.event.pull_request.number }}
33
33
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
- name : Upload patch file as artifact
37
37
continue-on-error : true
38
38
with :
39
39
name : patch
40
- path : ' *.patch'
40
+ path : ' *.patch'
You can’t perform that action at this time.
0 commit comments