Skip to content

Commit

Permalink
Upmerge to edge
Browse files Browse the repository at this point in the history
Signed-off-by: Radius CI Bot <[email protected]>
  • Loading branch information
rad-ci-bot committed Dec 6, 2024
2 parents 85cab9d + c753c7a commit fde567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git fetch origin $SOURCE_BRANCH
git merge --no-commit origin/$SOURCE_BRANCH
git checkout edge -- docs/config.toml docs/layouts/partials/hooks/body-end.html
git commit -m "Upmerge to edge"
git commit --signoff --message "Upmerge to edge"
if git diff --quiet edge; then
echo "No changes to merge from $SOURCE_BRANCH to edge"
Expand Down

0 comments on commit fde567b

Please sign in to comment.