From 603c16ad5f802d1fa32a9e7b048fd2c7adf60a24 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Thu, 20 Jul 2023 10:31:28 -0300 Subject: [PATCH] Fix script name --- .github/workflows/update-spring-boot-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-spring-boot-version.yml b/.github/workflows/update-spring-boot-version.yml index 1561283..63f1a02 100644 --- a/.github/workflows/update-spring-boot-version.yml +++ b/.github/workflows/update-spring-boot-version.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Update Spring Boot Version - run: ./upgrade-spring-boot-version.sh + run: ./update-spring-boot-version.sh - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "Update Spring Boot Version"