Skip to content

Commit 02fb746

Browse files
CopilotJasonYeMSFT
andcommitted
Fix hash symbols in workflow step names
Co-authored-by: JasonYeMSFT <39359541+JasonYeMSFT@users.noreply.github.com>
1 parent 95fa06a commit 02fb746

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/update-issue-titles.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,37 @@ jobs:
1414
permissions:
1515
issues: write
1616
steps:
17-
- name: Update Issue #321
17+
- name: "Update Issue 321"
1818
run: gh issue edit 321 --title "Error: 'spawn UNKNOWN' when activating extension in VS Code on Windows"
1919
env:
2020
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
GH_REPO: ${{ github.repository }}
2222

23-
- name: Update Issue #319
23+
- name: "Update Issue 319"
2424
run: gh issue edit 319 --title "Plugin fails with 'SSL connection could not be established' during Azure best practices invocation"
2525
env:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
GH_REPO: ${{ github.repository }}
2828

29-
- name: Update Issue #318
29+
- name: "Update Issue 318"
3030
run: gh issue edit 318 --title "Extension reports 'operating system and architecture not supported' error"
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
GH_REPO: ${{ github.repository }}
3434

35-
- name: Update Issue #314
35+
- name: "Update Issue 314"
3636
run: gh issue edit 314 --title "Error: 'EPERM' when activating GitHub Copilot for Azure extension in VS Code on Windows"
3737
env:
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
GH_REPO: ${{ github.repository }}
4040

41-
- name: Update Issue #297
41+
- name: "Update Issue 297"
4242
run: gh issue edit 297 --title "Failed to acquire .NET runtime when installing GitHub Copilot for Azure on macOS"
4343
env:
4444
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
GH_REPO: ${{ github.repository }}
4646

47-
- name: Update Issue #271
47+
- name: "Update Issue 271"
4848
run: gh issue edit 271 --title "Failed to load System.Private.CoreLib.dll during GitHub Copilot for Azure installation on Windows"
4949
env:
5050
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)