We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ff971 + 0cacf13 commit b7b36ddCopy full SHA for b7b36dd
.github/workflows/backport.yml
@@ -60,7 +60,7 @@ jobs:
60
# Kludge. We should write this in Python or not checkout history.
61
# Bash has an ugly footgun with changing history while running the script.
62
buffer_script=$(cat ./scripts/backport_to_staging.sh)
63
- bash -c "$buffer_script" \
+ bash <(echo "$buffer_script") \
64
${{ github.event.pull_request.number }} \
65
${{ steps.extract-branch.outputs.target_branch }}
66
0 commit comments