Skip to content

Commit

Permalink
Merge pull request #8 from iabdalkader/update_workflows
Browse files Browse the repository at this point in the history
update workflows
  • Loading branch information
iabdalkader authored Jul 25, 2024
2 parents 8f35e03 + aff5edc commit 8b7f588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ github.token }}

- name: '📝 Check report'
- name: '📝 Check Report'
id: generate_report
run: |
# Get the filename matching the pattern *.md
Expand All @@ -43,4 +43,4 @@ jobs:
uses: thollander/actions-comment-pull-request@v2
with:
pr_number: ${{ steps.generate_report.outputs.pr_number }}
filePath: ${{ github.workspace }}/${{ steps.generate_report.outputs.code_size_report }}
filePath: ${{ steps.generate_report.outputs.code_size_report }}

0 comments on commit 8b7f588

Please sign in to comment.