Skip to content

Commit 57e4827

Browse files
committed
Update info.yml
1 parent f7bcf95 commit 57e4827

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/info.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ jobs:
110110
shell: bash
111111
run: |
112112
echo "📝 Reading PROJECTS_DIFF.md to variable..."
113-
DIFF_CONTENT=$(cat PROJECTS_DIFF.md)
113+
{
114+
echo 'diff<<EOF'
115+
cat -v PROJECTS_DIFF.md
116+
echo EOF
117+
} >> "$GITHUB_OUTPUT"
114118
echo "✔️ Diff content read to variable"
115-
echo "diff=${DIFF_CONTENT}" >> $GITHUB_OUTPUT
116119
117120
- name: 📊 Get Project Name
118121
id: project_name

0 commit comments

Comments
 (0)