Skip to content

Commit 13ee983

Browse files
committed
Fix call to docs job in ci_release.yml (#521)
(cherry picked from commit 98a7a93)
1 parent a1a593a commit 13ee983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: ./.github/workflows/docs.yml
198198
with:
199199
ANSYS_VERSION: '241'
200-
python-version: "3.10"
200+
python_version: "3.10"
201201
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
202202
event_name: ${{ github.event_name }}
203203
secrets: inherit

0 commit comments

Comments
 (0)