mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
rename 'pyver' to 'python_version'
This commit is contained in:
6
.github/workflows/VerifyDocs.yml
vendored
6
.github/workflows/VerifyDocs.yml
vendored
@@ -3,7 +3,7 @@ name: Verify examples
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
pyver:
|
||||
python_version:
|
||||
description: 'Python version.'
|
||||
required: false
|
||||
default: '3.10'
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
|
||||
VerifyDocs:
|
||||
name: 👍 Verify example snippets using Python ${{ inputs.pyver }}
|
||||
name: 👍 Verify example snippets using Python ${{ inputs.python_version }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: 🐍 Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ inputs.pyver }}
|
||||
python-version: ${{ inputs.python_version }}
|
||||
|
||||
- name: 🐍 Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user