Skip to content

Commit dce6883

Browse files
author
Hông-Lan Botterman
committed
fix reference for get diff
1 parent ead88c2 commit dce6883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
id: changed-files
9797
run: |
9898
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }} --depth=1
99-
git diff --name-only origin/${{ github.base_ref }} > changed_files.txt
99+
git diff --name-only ${{ github.base_ref }} > changed_files.txt
100100
- name: Build Docs
101101
if: contains(fromJSON('["docs/", ".rst"]').join(','), fromJSON('["${{ steps.changed-files.outputs.files }}"]').join(','))
102102
run: |

0 commit comments

Comments
 (0)