Skip to content

Commit

Permalink
Update prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanky-23 authored Aug 16, 2024
1 parent f0e6359 commit a417b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
remote_repo="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
git remote add action $remote_repo
git config pull.rebase false
# git config pull.rebase false
git pull $remote_repo main
- name: Install dependencies
Expand Down

0 comments on commit a417b29

Please sign in to comment.