We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513ca36 commit 606fa29Copy full SHA for 606fa29
1 file changed
.github/workflows/reusable-check-built-files.yml
@@ -96,10 +96,6 @@ jobs:
96
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
97
run: git diff
98
99
- - name: Create directory for PR data
100
- if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
101
- run: mkdir -p ./pr-data
102
-
103
- name: Save diff to a file
104
105
run: git diff > ./changes.diff
@@ -111,4 +107,4 @@ jobs:
111
107
112
108
with:
113
109
name: pr-built-file-changes
114
- path: pr-built-file-changes/
110
+ path: changes.diff
0 commit comments