Skip to content

Commit

Permalink
issue #70: missing SELECTED_MEMBERS
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin authored Dec 10, 2024
1 parent 6043ca9 commit 0a975fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-metrics-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: 3.8

- name: Install the packAge from github.com/ai-cfia/devops inside the user-site
- name: Install the package from github.com/ai-cfia/devops inside the user-site
run: >
python -m pip install --user \
git+https://$DEVOPS_USER:[email protected]/ai-cfia/devops.git@main
Expand All @@ -66,6 +66,7 @@ jobs:
START_DATE: ${{ github.event.inputs.start_date }}
END_DATE: ${{ github.event.inputs.end_date }}
SELECTED_REPOSITORIES: ${{ github.event.inputs.selected_repositories }}
SELECTED_MEMBERS: ${{ github.event.inputs.selected_members }}

- name: Upload PDF artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0a975fd

Please sign in to comment.