Skip to content

Commit 8059cef

Browse files
authored
Update vendorlist.yml
1 parent 04b9197 commit 8059cef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/vendorlist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
steps:
1717
- run: |
18-
gh repo list iarsystems --limit 1000
19-
gh repo list iarsystems --limit 1000 > ewarm-vendors.txt
18+
gh repo list iarsystems --limit 1000 | cut -f1 > ewarm-vendors.txt
2019
2120
- name: Upload vendors
2221
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)