Skip to content

Commit 3362c46

Browse files
authored
Fix formatting in vendorlist.yml workflow
1 parent 2ad88a8 commit 3362c46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/vendorlist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
steps:
1717
- run: |
18+
gh repo list iarsystems --limit 1000 | grep 'ewarm-.*-example-projects' | cut -f1
1819
gh repo list iarsystems --limit 1000 | grep 'ewarm-.*-example-projects' | cut -f1 > vendors.txt
1920
2021
- name: Upload vendors

0 commit comments

Comments
 (0)