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 7e4941f commit 1468968Copy full SHA for 1468968
.github/workflows/pydpf-post.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: "Clone PyDPF-Post"
43
run: |
44
$BranchName = ${{ inputs.PyDPF-Post_branch }}
45
- git clone --branch $BranchName --single-branch https://${{secrets.pydpf-post-TOKEN}}@github.com/pyansys/pydpf-post
+ git clone --branch "$BranchName" --single-branch https://${{secrets.pydpf-post-TOKEN}}@github.com/pyansys/pydpf-post
46
shell: pwsh
47
48
- name: "Install PyDPF-Post"
0 commit comments