Skip to content

Commit

Permalink
Merge pull request #6 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 658e34b + 9112174 commit 564a839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
CODE_SIZE_REPORT=${{ github.event.pull_request.number }}.md
echo "Test" > ${GITHUB_WORKSPACE}/${CODE_SIZE_REPORT}
if [ -s ${GITHUB_WORKSPACE}/${CODE_SIZE_REPORT}/report.md ]; then
if [ -s ${GITHUB_WORKSPACE}/${CODE_SIZE_REPORT} ]; then
echo "code_size_report=${CODE_SIZE_REPORT}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 564a839

Please sign in to comment.