Skip to content

Commit

Permalink
Use get-packages script instead get-modified-packages (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
grmvoid authored Nov 19, 2024
1 parent 9bf9d0f commit b0b92a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- id: set-packages
name: Generate Packages
run: echo "packages=$(php tools/get-modified-packages.php | jq -c)" >> $GITHUB_OUTPUT
run: echo "packages=$(php tools/get-packages.php | jq -c)" >> $GITHUB_OUTPUT

split:
needs: generate-packages
Expand Down

0 comments on commit b0b92a5

Please sign in to comment.