Skip to content

Commit 2dc1067

Browse files
committed
Move the workflow step title.
1 parent d9ce71a commit 2dc1067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/show_specification_annotations.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Generate Annotations
15+
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919

20-
- name: Run Python script
20+
- name: Generate Annotations
2121
run: pip install uritemplate && bin/annotate-specification-links

0 commit comments

Comments
 (0)