From f913961aad28212e325aa9c48e64aaddfd925bab Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Tue, 14 Nov 2023 13:38:49 +0100 Subject: [PATCH] fix: Remove working directory --- .github/workflows/nextjs_bundle_analysis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 2c13c55ef8..2e9672b0df 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -9,11 +9,6 @@ on: branches: - dev -defaults: - run: - # change this if your nextjs app does not live at the root of the repo - working-directory: ./ - permissions: contents: read # for checkout repository actions: read # for fetching base branch bundle stats