From 3fb82ef94073bcc3128409a192d1b4c3adb86151 Mon Sep 17 00:00:00 2001 From: xynydev Date: Sat, 3 Feb 2024 13:10:21 +0200 Subject: [PATCH] docs: chore: finish my sentence --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c751786..82f5435 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,8 @@ jobs: # !! Add your recipes here - recipe.yml steps: - - name: Build Custom Image # the + # the build is fully handled by the reusable github action + - name: Build Custom Image uses: blue-build/github-action@v1.0.0 with: recipe: ${{ matrix.recipe }}