From 310f1f69209417c527900ee9fd4071aa28cade48 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 25 Jul 2024 12:12:04 +0300 Subject: [PATCH] update workflows --- .github/workflows/code-size-report.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-size-report.yml b/.github/workflows/code-size-report.yml index 0685791..f9c8f0a 100644 --- a/.github/workflows/code-size-report.yml +++ b/.github/workflows/code-size-report.yml @@ -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}"