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 b7e23da commit d16e0c1Copy full SHA for d16e0c1
.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