Skip to content

Commit 8fd767d

Browse files
committed
update ci
1 parent c7fdd40 commit 8fd767d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-upgrade-spring-boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "current_version=$current_version" >> $GITHUB_ENV
2929
echo "latest_version=$latest_version" >> $GITHUB_ENV
3030
31-
if [ "$current_version" == "$latest_version" ]; then
31+
if [[ "$current_version" == "$latest_version" ]]; then
3232
echo "Spring Boot version is up to date"
3333
exit 0
3434
fi

website/docs/40-configuration-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi
4141
|---|----|-----------|-------------|-----------|
4242
| enabled| java.lang.Boolean| Whether to enable refresh exchange clients, default \{@code false}. <p> This feature needs \{@code spring-cloud-context} dependency in the classpath. <p color="orange"> NOTE: This feature is not supported by native image. @see <a href="https://github.com/spring-cloud/spring-cloud-release/wiki/AOT-transformations-and-native-image-support#refresh-scope">Refresh Scope</a>| false| |
4343

44-
This is a generated file, generated at: **2024-09-21T17:47:54.330487**
44+
This is a generated file, generated at: **2024-09-21T18:00:49.741112**

0 commit comments

Comments
 (0)