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 6c3623f commit 307a292Copy full SHA for 307a292
.github/workflows/bump-controls.yml
@@ -99,4 +99,4 @@ jobs:
99
- name: Create Pull Request
100
shell: pwsh
101
run: |
102
- 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 }}`' --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}
0 commit comments