Skip to content

Commit

Permalink
Merge pull request #7 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 564a839 + 310f1f6 commit 8f35e03
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 8f35e03

Please sign in to comment.