Skip to content

Commit

Permalink
[Misc]: Push test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Mar 6, 2024
1 parent 71d8b7a commit e100c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Find Comment
if: steps.download_prev_artifact.outputs.found_artifact == 'true'
uses: peter-evans/find-comment@v1
id: binary_size_comment
id: find_comment
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
Expand All @@ -139,7 +139,7 @@ jobs:
if: steps.download_prev_artifact.outputs.found_artifact == 'true'
id: compute_sizes
run: |
echo "size_before=$( du -k prev/registry.json | cut -f1 )" >> $GITHUB_OUTPUT
echo "size_before=$( du -k prev/registry_json/registry.json | cut -f1 )" >> $GITHUB_OUTPUT
echo "size_after=$( du -k registry.json | cut -f1 )" >> $GITHUB_OUTPUT
- name: Create or Update Comment
Expand Down

0 comments on commit e100c68

Please sign in to comment.