This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-forge-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new f675a1c  Fix typo
f675a1c is described below

commit f675a1cc30438046c74260ebad5eef59e64d75bc
Author: James Daugherty <[email protected]>
AuthorDate: Fri Feb 27 21:12:21 2026 -0500

    Fix typo
---
 .github/workflows/gradle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 98d5452..7bc4f62 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -29,7 +29,7 @@ jobs:
         uses: actions/setup-node@v3
         with:
           node-version: ${{ matrix.node-version }}
-      - name: name: "🔨 Build project"
+      - name: "🔨 Build project"
         id: build
         run: ./gradlew build
       - name: Verify Run

Reply via email to