Skip to content

Commit

Permalink
removing matrices.json
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed Sep 27, 2024
1 parent fd8e8e1 commit 7cc755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- id: plugins
run: |
content=$(yarn outdated-integrations)
content=$(node scripts/create_matrix.js)
echo "matrices=$content" >> $GITHUB_OUTPUT
echo $content
Expand Down

0 comments on commit 7cc755d

Please sign in to comment.