Skip to content

Commit

Permalink
fixing error with git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton committed Aug 7, 2024
1 parent d9b0e42 commit 03f7cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ref: catalog-validation

- name: Pull changes from main
run: git pull origin main
run: git config pull.rebase true

- name: Install node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 03f7cd8

Please sign in to comment.