Skip to content

Commit

Permalink
Merge pull request #92 from PiotrIw/PiotrIw-patch-4
Browse files Browse the repository at this point in the history
Update web.yml
  • Loading branch information
PiotrIw authored Dec 14, 2024
2 parents bec85e8 + 85dd89c commit a5aee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Fetch the latest remote changes for the base branch
echo "Fetching latest changes for the base branch..."
git fetch origin
git pull origin ${{ github.event.pull_request.head.ref }}"
git pull origin ${{ github.event.pull_request.head.ref }}
# # Rebase onto the base branch to ensure the branch is up-to-date
# echo "Rebasing changes onto the base branch..."
Expand Down

0 comments on commit a5aee29

Please sign in to comment.