Skip to content

Commit 0337846

Browse files
committed
Always create a new branch from master branch
1 parent 7599fee commit 0337846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/new-libraries-orchestrator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
current_batch=$(echo "$list" | jq ".[$start:$end]")
5252
echo "Items for this batch: $current_batch"
5353
54+
git checkout master
5455
git switch -C check-new-library-versions/batch-id-$batch_id/$(date '+%Y-%m-%d')
5556
git push origin check-new-library-versions/batch-id-$batch_id/$(date '+%Y-%m-%d')
5657

0 commit comments

Comments
 (0)