Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Feb 16, 2024
1 parent c5bf718 commit bcb8087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan_log_calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
./log_call_all_generate.py
git diff > log_calls.diff
echo "length=$(cat log_calls.diff | wc -l)" >> $GITHUB_OUTPUT"
echo "length=$(cat log_calls.diff | wc -l)" >> $GITHUB_OUTPUT
id: log_calls_diff

- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
name: Stack usage
call-log-calls:
uses: ./.github/workflows/scan_log_calls.yml
name: Stack usage
name: Log calls

0 comments on commit bcb8087

Please sign in to comment.