Skip to content

Commit

Permalink
issue #70: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Dec 9, 2024
1 parent 1509b8f commit 917c634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-metrics-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: false
description: "Enter selected repositories (format: fertiscan-backend,fertiscan-frontend,...,)"
default: '*'

jobs:
generate-report:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -71,5 +71,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: github_metrics-${{ github.event.inputs.start_date }}-${{ github.event.inputs.end_date }}
path: $USER_SITE/github-metrics/github_metrics-${{ github.event.inputs.start_date }}-${{ github.event.inputs.end_date }}.pdf

path: $USER_SITE/github-metrics/github_metrics-${{ github.event.inputs.start_date }}-${{ github.event.inputs.end_date }}.pdf
2 changes: 1 addition & 1 deletion github-metrics/github_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def main(gh_access_token, start_date_str, end_date_str, selected_repository, sel
else:
members = selected_members.split(',')

main(gh_access_token, start_date_str, end_date_str, repos, members)
main(gh_access_token, start_date_str, end_date_str, repos, members)
2 changes: 1 addition & 1 deletion github-metrics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyGithub
python-dotenv
pytz
reportlab
reportlab

0 comments on commit 917c634

Please sign in to comment.