Skip to content

Workflow file for this run

on:
push:
paths:
- 'odk/TAPE - WIP.xlsx'
jobs:
excel_to_csv_files:
runs-on: ubuntu-latest
name: Split Excel file into multiple CSV files
steps:
- name: Split Step
id: excel_to_csv
uses: dave-mills/[email protected]
with:
excel_path: 'odk/TAPE - WIP.xlsx'