We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c3be1 commit 4a8e9e3Copy full SHA for 4a8e9e3
.github/workflows/BuildMultiplatform.yml
@@ -74,9 +74,9 @@ jobs:
74
75
cat PROJECTS_DIFF.md >> $GITHUB_STEP_SUMMARY
76
77
- diff=$(< PROJECTS_DIFF.md)
78
- diff=$(echo $diff | sed -r 's/\\\\n/\\n/g') # Fix new lines
79
- diff >> "$GITHUB_OUTPUT"
+ output_diff=$(< PROJECTS_DIFF.md)
+ output_diff=$(echo $output_diff | sed -r 's/\\\\n/\\n/g') # Fix new lines
+ output_diff >> "$GITHUB_OUTPUT"
80
81
- name: Send Discord message
82
uses: "hugoalh/send-discord-webhook-ghaction@5af9cbe30a2a19e7ce18853012ef55487c985954" # 6.0.2
0 commit comments