We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e91ae8 commit d210e28Copy full SHA for d210e28
.github/workflows/maintenance-bundle-update.yml
@@ -34,4 +34,4 @@ jobs:
34
git add fluent-package/Gemfile.lock
35
git commit --message "Update Gemfile.lock" --signoff
36
git push origin $branch
37
- gh pr create --base ${{ github.base_ref }} --title "Update Gemfile.lock" --body "Update Gemfile.lock by maintenance workflow"
+ gh pr create --base $Env:GITHUB_REF_NAME --title "Update Gemfile.lock" --body "Update Gemfile.lock by maintenance workflow"
0 commit comments