From 615ae2195271608269b34e2cff66dd641f50ceee Mon Sep 17 00:00:00 2001 From: lifeparticle Date: Mon, 26 Aug 2024 14:22:41 +1000 Subject: [PATCH] update --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3a3bda5..be71bcb 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -79,6 +79,7 @@ jobs: - name: Update Report run: |- python repo_report.py "${{ matrix.repo_data.input_file }}" "${{ matrix.repo_data.output_file }}" + working-directory: api env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}