Skip to content

Commit 0ff4059

Browse files
authored
fix: workflow 4 to remove "a" in name
1 parent 6edb9da commit 0ff4059

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/3-copilot-edits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: Disable current workflow and enable next one
205205
run: |
206206
gh workflow disable "Step 3"
207-
gh workflow enable "Step 4a"
207+
gh workflow enable "Step 4"
208208
gh workflow enable "Step 4b"
209209
env:
210210
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/4a-copilot-on-github.yml renamed to .github/workflows/4-copilot-on-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Step 4a # Copilot on GitHub
1+
name: Step 4 # Copilot on GitHub
22

33
on:
44
pull_request:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![](../../actions/workflows/1-preparing.yml/badge.svg)
44
![](../../actions/workflows/2-first-introduction.yml/badge.svg)
55
![](../../actions/workflows/3-copilot-edits.yml/badge.svg)
6-
![](../../actions/workflows/4a-copilot-on-github.yml/badge.svg)
6+
![](../../actions/workflows/4-copilot-on-github.yml/badge.svg)
77

88
_Get started using GitHub Copilot in less than an hour._
99

0 commit comments

Comments
 (0)