Skip to content

Commit a2a0581

Browse files
committed
test
1 parent bcedf0e commit a2a0581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-all-eamxx/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
echo " kokkos develop: ${{ inputs.kokkos_develop }}"
8888
shell: sh
8989
- name: Checkout Kokkos develop branch
90-
if: ${{inputs.kokkos_develop}}
90+
if: ${{ inputs.kokkos_develop }}
9191
uses: ./.github/actions/update-to-kokkos-develop
9292
- name: Run test-all-eamxx
9393
working-directory: components/eamxx

0 commit comments

Comments
 (0)