Skip to content

Commit 0cacf13

Browse files
authored
fix: fix for backport fix (#18119)
1 parent 0a61901 commit 0cacf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Kludge. We should write this in Python or not checkout history.
6161
# Bash has an ugly footgun with changing history while running the script.
6262
buffer_script=$(cat ./scripts/backport_to_staging.sh)
63-
bash -c "$buffer_script" \
63+
bash <(echo "$buffer_script") \
6464
${{ github.event.pull_request.number }} \
6565
${{ steps.extract-branch.outputs.target_branch }}
6666

0 commit comments

Comments
 (0)