From 5aac9aaf850776812c2bdd81fc7eb14ed68f2ee6 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:13:25 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28d9356..b292df2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working_directory: ~/sift-php + working_directory: sift-php steps: - name: setup PHP uses: shivammathur/setup-php@v2