Skip to content

Commit

Permalink
[INFRA] Update API Stability
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Jul 28, 2024
1 parent ca84e71 commit 4a0b3fe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cron_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ jobs:
else
FILE=".github/ISSUE_TEMPLATE/cron_comment_template.md"
python3 .github/workflows/scripts/process_compiler_error_log.py build/build.log >> ${FILE}
echo "body=Failure ${{ matrix.compiler }}"
fi >> $GITHUB_OUTPUT
URL="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
sed -i "s@{{ build }}@${{ matrix.build }}@" $FILE
sed -i "s@{{ compiler }}@${{ matrix.compiler }}@" $FILE
sed -i "s@{{ url }}@$URL@" $FILE
sed -i "s@{{ build }}@${{ matrix.build }}@" ${FILE}
sed -i "s@{{ compiler }}@${{ matrix.compiler }}@" ${FILE}
sed -i "s@{{ url }}@$URL@" ${FILE}
echo "body<<EOF" >> $GITHUB_OUTPUT
cat $FILE >> $GITHUB_OUTPUT
cat ${FILE} >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 4a0b3fe

Please sign in to comment.