Skip to content

Commit cca78ff

Browse files
committed
Add echo of inputs for debuggin
1 parent b08d4e6 commit cca78ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/test_analyze_project/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ inputs:
1515
runs:
1616
using: composite
1717
steps:
18+
- name: Echo inputs
19+
run: |
20+
echo "project-directory: ${{ inputs.project-directory }}"
21+
echo "expect-failure: ${{ inputs.expect-failure }}"
22+
shell: bash
1823
- name: Analyze project
1924
uses: ni/python-actions/analyze-project@36f9be52791272a313ccda38ac90742941770e6c
2025
id: analyze-project

0 commit comments

Comments
 (0)