Skip to content

Commit 89f8d37

Browse files
Fix wrong step id
1 parent a1f66a1 commit 89f8d37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
ISSUE_REPOSITORY: ${{ github.repository }}
2929
ISSUE_NUMBER: ${{ needs.find_exercise.outputs.issue-number }}
3030

31-
3231
steps:
3332
- name: Checkout
3433
uses: actions/checkout@v4
@@ -68,7 +67,7 @@ jobs:
6867
case-sensitive: false
6968

7069
- name: Check for participant info in styles.css
71-
id: check-app-js
70+
id: check-styles-css
7271
continue-on-error: true
7372
uses: skills/action-keyphrase-checker@v1
7473
with:

0 commit comments

Comments
 (0)