We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3362c46 commit 04b9197Copy full SHA for 04b9197
1 file changed
.github/workflows/vendorlist.yml
@@ -15,13 +15,13 @@ jobs:
15
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
steps:
17
- 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
+ gh repo list iarsystems --limit 1000
+ gh repo list iarsystems --limit 1000 > ewarm-vendors.txt
20
21
- name: Upload vendors
22
uses: actions/upload-artifact@v7
23
with:
24
name: vendorlist
25
if-no-files-found: error
26
path: |
27
- vendors.txt
+ ewarm-vendors.txt
0 commit comments