From 2d94490cfbad7415eb5b46c9e276813687bc295a Mon Sep 17 00:00:00 2001 From: Mdumisi Kelvin Letsie Date: Wed, 6 Mar 2024 11:11:53 +0200 Subject: [PATCH] Configured path to build file --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0aeb84660..0827bfcb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: build.yml + - uses: actions/checkout@v4 + name: My First step + - uses: ./.github/workflows/build.yml + name: Call build pipeline to build Java app \ No newline at end of file