Skip to content

Commit 3cec6da

Browse files
committed
Add branch sync workflow and setup files to net8 branch
1 parent 28790a3 commit 3cec6da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ The workflow expects branches named like `net8`, `net7`, `net6`, etc. The numeri
7272
- Skips branches that don't exist
7373
- Aborts merges with no changes
7474
- Continues processing other branches if one fails
75-
- Provides detailed logs for troubleshooting
75+
- Provides detailed logs for troubleshooting

.github/workflows/sync-version-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ jobs:
139139
140140
echo "" >> $GITHUB_STEP_SUMMARY
141141
echo "### Target Branches:" >> $GITHUB_STEP_SUMMARY
142-
echo "- net8 (and any others in TARGET_BRANCHES variable)" >> $GITHUB_STEP_SUMMARY
142+
echo "- net8 (and any others in TARGET_BRANCHES variable)" >> $GITHUB_STEP_SUMMARY

setup-branch-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ echo
5959

6060
echo "💡 Next steps:"
6161
echo "- Push to main branch to trigger the workflow"
62-
echo "- Or manually run the workflow from GitHub Actions tab"
62+
echo "- Or manually run the workflow from GitHub Actions tab"

0 commit comments

Comments
 (0)