Skip to content

Commit

Permalink
Merge pull request #31 from fga-eps-mds/fix/workflow-release
Browse files Browse the repository at this point in the history
fix: coleta de metricas
  • Loading branch information
clara-ribeiro authored Jan 19, 2025
2 parents 5aaa6f7 + 5c4625c commit 328af63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
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.2-SENTINELA-DOC" doc
mkdir -p doc/analytics-raw-data
cp -R fga-eps-mds*.json doc/analytics-raw-data
cp -R analytics-raw-data/*.json doc/analytics-raw-data
cd doc
git add .
git commit -m "Métricas SonarCloud - ${{ github.event.repository.name }} ${{ github.ref_name }}"
Expand Down
1 change: 1 addition & 0 deletions metrics/sonar-metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
# api_url_deployments = f"https://api.github.com/repos/{owner}/{repo}/deployments"
api_url_runs = f"https://api.github.com/repos/{OWNER}/{REPO}/actions/runs"
api_url_issues = f"https://api.github.com/repos/{OWNER}/{REPO_ISSUES}/issues"
print(api_url_issues)

###################
# FUNÇÕES RELEASE #
Expand Down

0 comments on commit 328af63

Please sign in to comment.