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 b08d4e6 commit cca78ffCopy full SHA for cca78ff
.github/actions/test_analyze_project/action.yml
@@ -15,6 +15,11 @@ inputs:
15
runs:
16
using: composite
17
steps:
18
+ - name: Echo inputs
19
+ run: |
20
+ echo "project-directory: ${{ inputs.project-directory }}"
21
+ echo "expect-failure: ${{ inputs.expect-failure }}"
22
+ shell: bash
23
- name: Analyze project
24
uses: ni/python-actions/analyze-project@36f9be52791272a313ccda38ac90742941770e6c
25
id: analyze-project
0 commit comments