Skip to content

Commit

Permalink
[*] Bug Fix: Use GITHUB_OUTPUT instead of GITHUB_ENV for size-limit a…
Browse files Browse the repository at this point in the history
…ction (facebook#7051)
  • Loading branch information
etrepum authored Jan 14, 2025
1 parent c8f27ed commit bbc07af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# If it's still not canceled after a minute, something probably went wrong, just exit
exit 1
fi
echo "mergedSha=$mergedSha" >> "$GITHUB_ENV"
echo "mergedSha=$mergedSha" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
with:
# pull_request_target checks out the base branch by default
Expand Down

0 comments on commit bbc07af

Please sign in to comment.