From bbc07afa4eaccfba2c28fbe4f9deafd1d503f001 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 14 Jan 2025 08:55:46 -0800 Subject: [PATCH] [*] Bug Fix: Use GITHUB_OUTPUT instead of GITHUB_ENV for size-limit action (#7051) --- .github/workflows/size-limit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index 564e988baa9..27194d79116 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -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