Skip to content

Commit bb4d43b

Browse files
yogh333fbeutin-ledger
authored andcommitted
Fix typo :(
1 parent 1ac021a commit bb4d43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_swap_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
- name: Get swap test directory
9595
id: get_swap_test_dir
9696
run: |
97-
echo "swap_test_dir=${{ input.swap_test_dir }}" >> "$GITHUB_OUTPUT"
98-
echo "main_app_dir=${{ input.swap_test_dir }}/main_app/exchange/build" >> "$GITHUB_OUTPUT"
97+
echo "swap_test_dir=${{ inputs.swap_test_dir }}" >> "$GITHUB_OUTPUT"
98+
echo "main_app_dir=${{ inputs.swap_test_dir }}/main_app/exchange/build" >> "$GITHUB_OUTPUT"
9999
- name: Show swap test directory
100100
run: |
101101
echo "Swap test directory: ${{ steps.get_swap_test_dir.outputs.swap_test_dir }}"

0 commit comments

Comments
 (0)