From f60de92cd6d5b573c7626eb6abafddf7c22c63c0 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Thu, 9 Mar 2023 10:33:15 +0200 Subject: [PATCH] correct pnpm-lock path --- .github/workflows/pnpm-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pnpm-dependabot.yml b/.github/workflows/pnpm-dependabot.yml index 672b9a00f..78af7701d 100644 --- a/.github/workflows/pnpm-dependabot.yml +++ b/.github/workflows/pnpm-dependabot.yml @@ -21,6 +21,6 @@ jobs: - run: | git config --global user.name github-actions[bot] git config --global user.email github-actions[bot]@users.noreply.github.com - git add pnpm-lock.yaml + git add swift_browser_ui_frontend/pnpm-lock.yaml git commit -m "Update pnpm-lock.yaml" git push