From fe9204134aeebd6766caba13fcd90eb501be94a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denys=20R=C3=B3geres?= Date: Fri, 16 Jun 2023 19:36:07 -0300 Subject: [PATCH] =?UTF-8?q?Alterando=20reposit=C3=B3rio=20de=20destino?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 564a0e75..0f892f3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }} with: source_file: ${{ steps.name.outputs.file_name }}.json - destination_repo: 'fga-eps-mds/2023.1-DNIT-Doc' + destination_repo: 'fga-eps-mds/2023.1-Dnit-DOC' destination_folder: 'analytics-raw-data' user_email: ${{ secrets.GIT_EMAIL}} user_name: ${{ secrets.GIT_USER }}