From e3ceb0020422e96586cf80b265cb24556fdefd7d Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Sat, 28 May 2022 18:01:54 -0600 Subject: [PATCH] Fix typo in worklow step --- .github/workflows/integTest-execution-with-caching.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integTest-execution-with-caching.yml b/.github/workflows/integTest-execution-with-caching.yml index 10ff924..374eda0 100644 --- a/.github/workflows/integTest-execution-with-caching.yml +++ b/.github/workflows/integTest-execution-with-caching.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v2 - - name: Exucute Gradle build + - name: Execute Gradle build uses: ./ with: build-root-directory: .github/workflow-samples/groovy-dsl