We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb1c85 commit bffe5a3Copy full SHA for bffe5a3
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ on:
11
ANSYS_VERSION:
12
required: false
13
type: string
14
- default: vars.ANSYS_VERSION_DEFAULT
+ default: ${{ vars.ANSYS_VERSION_DEFAULT }}
15
standalone_suffix:
16
description: "Suffix of the branch on standalone"
17
@@ -34,7 +34,7 @@ on:
34
description: "ANSYS version"
35
required: true
36
37
38
39
40
0 commit comments