Skip to content

Change CMSIS clone instructions from version 6 to 5 #12

Change CMSIS clone instructions from version 6 to 5

Change CMSIS clone instructions from version 6 to 5 #12

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