Skip to content

Commit b7b36dd

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/spartan
2 parents e5ff971 + 0cacf13 commit b7b36dd

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)