Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent 96f8762 commit c7cb9b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
setup:
runs-on: self-hosted
outputs:
all_projects_matrix: ${{ steps.modified-projects.outputs.all_projects_matrix }}
modified_projects_matrix: ${{ steps.modified-projects.outputs.modified_projects_matrix }}
all_projects_matrix: ${{ steps.projects.outputs.all_projects_matrix }}
modified_projects_matrix: ${{ steps.projects.outputs.modified_projects_matrix }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
# echo "all_projects_matrix=$(cat all_projects_matrix.json)" >> $GITHUB_OUTPUT

- name: Get modified projects
id: modified-projects
id: projects
run: |
source .venv/bin/activate
BASE_REF="${{ github.base_ref }}" # Target branch of the PR
Expand Down

0 comments on commit c7cb9b6

Please sign in to comment.