From 0a975fdebe5de65148239caf9140cff863b5c8d6 Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:09:27 -0500 Subject: [PATCH] issue #70: missing SELECTED_MEMBERS --- .github/workflows/github-metrics-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-metrics-workflow.yml b/.github/workflows/github-metrics-workflow.yml index 0ed8b49..8dd3731 100644 --- a/.github/workflows/github-metrics-workflow.yml +++ b/.github/workflows/github-metrics-workflow.yml @@ -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:$DEVOPS_USER_TOKEN@github.com/ai-cfia/devops.git@main @@ -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