We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7599fee commit 0337846Copy full SHA for 0337846
.github/workflows/new-libraries-orchestrator.yml
@@ -51,6 +51,7 @@ jobs:
51
current_batch=$(echo "$list" | jq ".[$start:$end]")
52
echo "Items for this batch: $current_batch"
53
54
+ git checkout master
55
git switch -C check-new-library-versions/batch-id-$batch_id/$(date '+%Y-%m-%d')
56
git push origin check-new-library-versions/batch-id-$batch_id/$(date '+%Y-%m-%d')
57
0 commit comments