Skip to content

Commit

Permalink
Fix oss attribution workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Mar 18, 2023
1 parent 94e168f commit 504f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-oss-attribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt
- name: Prettify attributions
run: |
cd ci && ts-node prettify.ts
cd ci && npx ts-node prettify.ts
- name: Create pull request to update list
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
Expand Down

0 comments on commit 504f5c5

Please sign in to comment.