Skip to content

Commit

Permalink
fix: pull rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Dec 10, 2021
1 parent b090573 commit 321892d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
cat << EOF > .git/hooks/pre-push
#!/bin/bash
git pull
git pull --rebase
EOF
chmod +x .git/hooks/pre-push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
cat << EOF > .git/hooks/pre-push
#!/bin/bash
git pull
git pull --rebase
EOF
chmod +x .git/hooks/pre-push
Expand Down

0 comments on commit 321892d

Please sign in to comment.