From ed0e89fabd5394b92be83ce3dadeb88b41cbc852 Mon Sep 17 00:00:00 2001 From: "GHA: Update Upstream From Fork" Date: Fri, 15 Mar 2024 16:41:05 -0500 Subject: [PATCH] Remove set -x --- .github/workflows/cherry-pick-from-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick-from-branch.sh b/.github/workflows/cherry-pick-from-branch.sh index dbf803d..9a4308e 100755 --- a/.github/workflows/cherry-pick-from-branch.sh +++ b/.github/workflows/cherry-pick-from-branch.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euxo pipefail +set -euo pipefail # This script is intended to be called by the Github Action update_upstream_from_fork.yaml # It is triggered on a push event and will cherry-pick the commits from the push