From e0fb225c5241a9c014fcce7cc8b129a74a87dd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Corr=C3=AAa=20da=20Silva?= <78980992+dartmol203@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:39:15 -0300 Subject: [PATCH] fix#83: Update metrics.yml --- .github/workflows/metrics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 0e9a17b..19a6620 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install dotenv - run: pip install python-dotenv packaging + run: pip install python-dotenv packaging pandas - name: Cria arquivo .env run: | @@ -49,4 +49,4 @@ jobs: cd doc git add . git commit -m "Adicionando métricas do repositório ${{ github.event.repository.name }} ${{ github.ref_name }}" - git push \ No newline at end of file + git push