Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anosh-ar authored Jun 14, 2024
1 parent 5fe4ead commit 94dd28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: extract_error
run: |
ERROR_MSG=$(grep -E "E[0-9]+" pylint_report.txt)
echo "ERROR_MSG=${ERROR_MSG}" >> $GITHUB_ENV
#echo "ERROR_MSG=${ERROR_MSG}" >> $GITHUB_ENV
- name: Send custom JSON data to Slack workflow using original actions
Expand Down

0 comments on commit 94dd28f

Please sign in to comment.