Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Jul 25, 2024
1 parent 564a839 commit 310f1f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/code-size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
github-token: ${{ github.token }}

- name: '📝 Check report'
id: generate_report
run: |
# List the contents of the workspace to verify the file exists
ls -1 -R ${GITHUB_WORKSPACE}
# Get the filename matching the pattern *.md (assuming there is only one such file)
# Get the filename matching the pattern *.md
CODE_SIZE_REPORT=$(ls ${GITHUB_WORKSPACE}/*.md)
echo "Code Size Report: ${CODE_SIZE_REPORT}"
Expand Down

0 comments on commit 310f1f6

Please sign in to comment.