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.
1 parent 1f7fb19 commit b9d656aCopy full SHA for b9d656a
.github/workflows/bump-controls.yml
@@ -101,4 +101,4 @@ jobs:
101
env:
102
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
run: |
104
- gh pr create --title 'NuGet: Bumped Files UI controls version to `${{ steps.get_version.outputs.full_version }}`' --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}
+ gh pr create --title "NuGet: Bumped Files UI controls version to ${{ steps.get_version.outputs.full_version }}" --body "hello" --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}
0 commit comments