mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 11:41:14 +00:00
Merge branch 'main' into test-include-errors
This commit is contained in:
commit
abf2a6c16e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
echo "all_result<<$EOF" >> "$GITHUB_ENV"
|
||||
yarn all >> "$GITHUB_ENV" 2&>1 || true # proceed even if yarn fails
|
||||
echo >> "$GITHUB_ENV" # yarn all doesn't necessarily produce a newline
|
||||
echo "$EOF" >> "$GITHUB_ENV"
|
||||
id: all
|
||||
- uses: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue