Ver Fonte

Fix script name

Marcus Da Coregio há 2 anos atrás
pai
commit
603c16ad5f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/update-spring-boot-version.yml

+ 1 - 1
.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"