Skip to content

Commit

Permalink
Update mega-linter workflow to use --no-rebase option for git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
KastTrifork committed Nov 14, 2024
1 parent 214b258 commit a50d7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git pull origin ${{ github.head_ref || github.ref_name }}
git pull --no-rebase origin ${{ github.head_ref || github.ref_name }}
git push origin ${{ github.head_ref || github.ref_name }}

0 comments on commit a50d7f9

Please sign in to comment.