Skip to content

Commit 04b9197

Browse files
authored
Update vendorlist workflow to output to ewarm-vendors.txt
1 parent 3362c46 commit 04b9197

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/vendorlist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
steps:
1717
- run: |
18-
gh repo list iarsystems --limit 1000 | grep 'ewarm-.*-example-projects' | cut -f1
19-
gh repo list iarsystems --limit 1000 | grep 'ewarm-.*-example-projects' | cut -f1 > vendors.txt
18+
gh repo list iarsystems --limit 1000
19+
gh repo list iarsystems --limit 1000 > ewarm-vendors.txt
2020
2121
- name: Upload vendors
2222
uses: actions/upload-artifact@v7
2323
with:
2424
name: vendorlist
2525
if-no-files-found: error
2626
path: |
27-
vendors.txt
27+
ewarm-vendors.txt

0 commit comments

Comments
 (0)