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 935203b + 4b69d84 commit 069ff92
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git fetch origin $SOURCE_BRANCH
git merge --no-commit origin/$SOURCE_BRANCH
git checkout edge -- bicepconfig.json
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
30 changes: 15 additions & 15 deletions samples/dapr/nodeapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/dapr/nodeapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.0",
"express": "^4.21.1",
"isomorphic-fetch": "^3.0.0"
}
}
24 changes: 12 additions & 12 deletions samples/demo/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 069ff92

Please sign in to comment.