Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulemberg authored Sep 9, 2024
1 parent 7c32140 commit 6af259e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- name: Configure git
run: |
git config pull.rebase false
git remote set-branches --add origin ${{ github.ref }}
git branch -a
git fetch
git remote set-branches --add origin ${{ github.ref }}
git fetch origin
- name: Check for changed files (optional)
id: check-changed-files
run: |
Expand Down

0 comments on commit 6af259e

Please sign in to comment.