We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99deb08 commit da03760Copy full SHA for da03760
.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
41
needs: build
42
strategy:
43
matrix:
44
- deployHosts: ${{ vars.HOSTLIST }}
+ deployHosts: ${{ fromJson(vars.HOSTLIST) }}
45
steps:
46
- uses: actions/download-artifact@v4
47
with:
0 commit comments