Skip to content

Commit

Permalink
ci: update parameter names in build.yml for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 15, 2025
1 parent 3bd9ef2 commit 498c86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Run Test
uses: ./.github/actions/liquidpy_test
with:
python-version: ${{ matrix.python-version }}
jinja2-version: ${{ matrix.jinja2 }}
python_version: ${{ matrix.python-version }}
jinja2_version: ${{ matrix.jinja2 }}

Test_Python_38_plus:
runs-on: ubuntu-24.04
Expand All @@ -46,8 +46,8 @@ jobs:
- name: Run Test
uses: ./.github/actions/liquidpy_test
with:
python-version: ${{ matrix.python-version }}
jinja2-version: ${{ matrix.jinja2 }}
python_version: ${{ matrix.python-version }}
jinja2_version: ${{ matrix.jinja2 }}

- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
Expand Down

0 comments on commit 498c86b

Please sign in to comment.