Skip to content

Commit

Permalink
adding git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
nollymar committed Oct 22, 2024
1 parent 659680d commit 35adcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Get changes
run: |
git fetch origin
git diff --name-only ${{ github.event.before }} ${{ github.event.after }} > changed_files.txt
- name: List changed files
Expand Down

0 comments on commit 35adcd7

Please sign in to comment.