Skip to content

Rename artifact from vendorlist to ewarm-vendor-list #7

Rename artifact from vendorlist to ewarm-vendor-list

Rename artifact from vendorlist to ewarm-vendor-list #7

Workflow file for this run

name: Generate the vendor list
on:
# Run the workflow when new code is pushed to the repository
push:
branches:
- main
# Run the workflow manually
workflow_dispatch:
jobs:
generate-vendor-list:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- run: |
gh repo list iarsystems --limit 1000 | cut -f1 > ewarm-vendors.txt
- name: Upload vendors
uses: actions/upload-artifact@v7
with:
name: ewarm-vendor-list
if-no-files-found: error
path: |
ewarm-vendors.txt