From 4b2ee908b1c1f9a49cae2bfd3111d95957314c52 Mon Sep 17 00:00:00 2001 From: Guilherme Peixoto Date: Fri, 6 Dec 2024 19:32:14 -0300 Subject: [PATCH] fix release repository --- .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 e0daba1..69c935f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: | git config --global user.email "${{ secrets.GIT_EMAIL }}" git config --global user.name "${{ secrets.GIT_USER }}" - git clone --single-branch --branch main "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/fga-eps-mds/2024.1-SENTINELA-DOC" doc + git clone --single-branch --branch main "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/fga-eps-mds/2024.2-SENTINELA-DOC" doc mkdir -p doc/analytics-raw-data cp -R fga-eps-mds*.json doc/analytics-raw-data cd doc