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 bcedf0e commit a2a0581Copy full SHA for a2a0581
.github/actions/test-all-eamxx/action.yml
@@ -87,7 +87,7 @@ runs:
87
echo " kokkos develop: ${{ inputs.kokkos_develop }}"
88
shell: sh
89
- name: Checkout Kokkos develop branch
90
- if: ${{inputs.kokkos_develop}}
+ if: ${{ inputs.kokkos_develop }}
91
uses: ./.github/actions/update-to-kokkos-develop
92
- name: Run test-all-eamxx
93
working-directory: components/eamxx
0 commit comments