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 1ac021a commit bb4d43bCopy full SHA for bb4d43b
.github/workflows/reusable_swap_tests.yml
@@ -94,8 +94,8 @@ jobs:
94
- name: Get swap test directory
95
id: get_swap_test_dir
96
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"
+ echo "swap_test_dir=${{ inputs.swap_test_dir }}" >> "$GITHUB_OUTPUT"
+ echo "main_app_dir=${{ inputs.swap_test_dir }}/main_app/exchange/build" >> "$GITHUB_OUTPUT"
99
- name: Show swap test directory
100
101
echo "Swap test directory: ${{ steps.get_swap_test_dir.outputs.swap_test_dir }}"
0 commit comments