Skip to content

Commit

Permalink
Update feature-list.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Dec 6, 2024
1 parent cb3ce39 commit 5a42ff3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/feature-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
- name: Fetch spreadsheet and process updates
run: |
# Download the spreadsheet
curl -L $SPREADSHEET_URL -o spreadsheet.csv
pwd
curl -L $SPREADSHEET_URL -o .github/build/spreadsheet.csv
ls -al
echo $GITHUB_WORKSPACE
# Process the CSV, filter data, and append to feature_data.json
node .github/build/features-to-json.js
"
Expand Down

0 comments on commit 5a42ff3

Please sign in to comment.