Skip to content

Commit 2aeae6c

Browse files
committed
Use correct syntax for referencing analyze-project and use a 'v0' tag.
1 parent 366fdb3 commit 2aeae6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_analyze_project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: composite
1717
steps:
1818
- name: Analyze project
19-
uses: ../../analyze-project
19+
uses: ni/python-actions/analyze-project@v0
2020
id: analyze-project
2121
continue-on-error: ${{ inputs.expect-failure == 'true' }}
2222
with:

0 commit comments

Comments
 (0)