Skip to content

Commit

Permalink
Fix version tag for Radon comment action in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Nov 20, 2024
1 parent 84b168e commit a0534d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radon-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
radon mi src/ -j >mi.json
radon hal src/ -j >hal.json
- name: Comment the results on the PR
uses: Libra-foundation/radon-comment@V0.1
uses: Libra-foundation/radon-comment@v0.1
with:
cc: "cc.json"
mi: "mi.json"
Expand Down

0 comments on commit a0534d8

Please sign in to comment.