Skip to content

Commit

Permalink
Fix parmameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Nov 22, 2024
1 parent dacb674 commit 784fed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
unzip xls-converter.zip &&\
pip install xls_converter* &&\
rm -rf xls_converter* xls-converter.zip
- run: python -m xls_converter.main ${{ github.event.inputs.logLevel }} testdata-csv
- run: python -m xls_converter.main ${{ github.event.inputs.xlsFile }} testdata-csv
- uses: GrantBirki/[email protected]
id: git-diff-action
- name: Create Pull Request
Expand All @@ -29,6 +29,6 @@ jobs:
delete-branch: true
commit-message: Update test data
title: Update test data
body: New updates from ${{ github.event.inputs.logLevel }}
body: New updates from ${{ github.event.inputs.xlsFile }}
labels: automated-pr
base: master

0 comments on commit 784fed1

Please sign in to comment.