Skip to content

Commit ead88c2

Browse files
author
Hông-Lan Botterman
committed
fix ambiguous argument 'origin/':
1 parent 509aa86 commit ead88c2

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
@@ -95,7 +95,7 @@ jobs:
9595
- name: Check Changed Files
9696
id: changed-files
9797
run: |
98-
git fetch origin ${{ github.base_ref }} --depth=1
98+
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }} --depth=1
9999
git diff --name-only origin/${{ github.base_ref }} > changed_files.txt
100100
- name: Build Docs
101101
if: contains(fromJSON('["docs/", ".rst"]').join(','), fromJSON('["${{ steps.changed-files.outputs.files }}"]').join(','))

0 commit comments

Comments
 (0)