Skip to content

Commit 67571d3

Browse files
authored
fix: incorrect workflow name
1 parent 62caf61 commit 67571d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/4-copilot-on-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Disable current workflow
167167
run: |
168-
gh workflow disable "Step 4a"
168+
gh workflow disable "Step 4"
169169
gh workflow disable "Step 4b"
170170
env:
171171
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)