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 f11a9d6 commit b08d4e6Copy full SHA for b08d4e6
.github/actions/test_analyze_project/action.yml
@@ -16,7 +16,7 @@ runs:
16
using: composite
17
steps:
18
- name: Analyze project
19
- uses: ni/python-actions/analyze-project@$36f9be52791272a313ccda38ac90742941770e6c
+ uses: ni/python-actions/analyze-project@36f9be52791272a313ccda38ac90742941770e6c
20
id: analyze-project
21
continue-on-error: ${{ inputs.expect-failure == 'true' }}
22
with:
0 commit comments