From 4932e5824ba82a919c20dbf764992ec7ad48573a Mon Sep 17 00:00:00 2001 From: Matheus Henrique Date: Mon, 29 Jul 2024 21:39:03 -0300 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 515311a..796a781 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -19,7 +19,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." - name: Update line in file run: | - FILE_PATH="../order-service/build.gradle.kts" + FILE_PATH="order-service/build.gradle.kts" OLD_LINE=" mavenCentral()" NEW_LINE=" mavenCentral(1234)"