Skip to content

Commit

Permalink
fix ambiguous argument 'origin/':
Browse files Browse the repository at this point in the history
  • Loading branch information
Hông-Lan Botterman committed Oct 8, 2024
1 parent 509aa86 commit ead88c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Check Changed Files
id: changed-files
run: |
git fetch origin ${{ github.base_ref }} --depth=1
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }} --depth=1
git diff --name-only origin/${{ github.base_ref }} > changed_files.txt
- name: Build Docs
if: contains(fromJSON('["docs/", ".rst"]').join(','), fromJSON('["${{ steps.changed-files.outputs.files }}"]').join(','))
Expand Down

0 comments on commit ead88c2

Please sign in to comment.