Skip to content

Commit

Permalink
chore: increment fix for dev-current sync
Browse files Browse the repository at this point in the history
  • Loading branch information
geertmeersman committed Jan 10, 2025
1 parent ffe0a9b commit 79d72b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sync-dev-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Sync dev-current with main
run: |
#!/bin/bash
set -euo pipefail
#!/bin/bash
set -euo pipefail
# Fetch the latest updates
echo "INFO: Pulling the latest changes..."
git pull
# Fetch the latest updates
echo "INFO: Pulling the latest changes..."
git pull
# Ensure we are on the main branch and update it
echo "INFO: Switching to the main branch..."
git switch main
Expand Down

0 comments on commit 79d72b8

Please sign in to comment.