GitHub actions

This commit is contained in:
Jarred Sumner
2024-05-16 00:59:27 -07:00
parent f58249e361
commit d51e144344

View File

@@ -41,7 +41,11 @@ jobs:
run: |
# Copy to outputs
echo "pr-number=$(cat pr-number.txt)" >> $GITHUB_OUTPUT
echo "text_output=$(cat format.log)" >> $GITHUB_OUTPUT
{
echo 'text_output<<EOF'
cat format.log
echo EOF
} >> "$GITHUB_OUTPUT"
echo "did_fail=$(cat did_fail.txt)" >> $GITHUB_OUTPUT
- name: Find Comment