From f431a66ac9c22fe7e9ae7aab6d000bb84dc88ccb Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 1 Nov 2023 10:49:00 +0200 Subject: [PATCH] test --- .github/workflows/update-v8.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update-v8.yml b/.github/workflows/update-v8.yml index 8fe51b944da264..a137b404f5f2b6 100644 --- a/.github/workflows/update-v8.yml +++ b/.github/workflows/update-v8.yml @@ -37,10 +37,7 @@ jobs: run: npm install -g @node-core/utils - name: Check and download new V8 version run: | - ./tools/dep_updaters/update-v8-patch.sh > temp-output - cat temp-output - tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true - rm temp-output + ./tools/dep_updaters/update-v8-patch.sh - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date.