mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
GitHub actions
This commit is contained in:
6
.github/workflows/comment-lint.yml
vendored
6
.github/workflows/comment-lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user