Skip to content

Commit bffe5a3

Browse files
authored
Update docs.yml
1 parent 2cb1c85 commit bffe5a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
ANSYS_VERSION:
1212
required: false
1313
type: string
14-
default: vars.ANSYS_VERSION_DEFAULT
14+
default: ${{ vars.ANSYS_VERSION_DEFAULT }}
1515
standalone_suffix:
1616
description: "Suffix of the branch on standalone"
1717
required: false
@@ -34,7 +34,7 @@ on:
3434
description: "ANSYS version"
3535
required: true
3636
type: string
37-
default: vars.ANSYS_VERSION_DEFAULT
37+
default: ${{ vars.ANSYS_VERSION_DEFAULT }}
3838
standalone_suffix:
3939
description: "Suffix of the branch on standalone"
4040
required: false

0 commit comments

Comments
 (0)