Skip to content

Commit b0b92a5

Browse files
authored
Use get-packages script instead get-modified-packages (#10)
1 parent 9bf9d0f commit b0b92a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- id: set-packages
1919
name: Generate Packages
20-
run: echo "packages=$(php tools/get-modified-packages.php | jq -c)" >> $GITHUB_OUTPUT
20+
run: echo "packages=$(php tools/get-packages.php | jq -c)" >> $GITHUB_OUTPUT
2121

2222
split:
2323
needs: generate-packages

0 commit comments

Comments
 (0)