Skip to content

Commit

Permalink
Update Radon analysis workflow to use set-output for environment vari…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
josephmancuso committed Nov 20, 2024
1 parent efc9567 commit 162fced
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 @@ -32,7 +32,7 @@ jobs:
id: radon
run: |
output=$(cat radon_output.txt)
echo "radon_output=$output" >> $GITHUB_ENV
echo "::set-output name=radon_output::$output"
- name: Comment on Pull Request
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 162fced

Please sign in to comment.