Skip to content

Commit b40113e

Browse files
committed
Add step name
1 parent d65e5be commit b40113e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-change-detection.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
run-tests: ${{ steps.changes.outputs.run-tests }}
5959
run-windows-msi: ${{ steps.changes.outputs.run-windows-msi }}
6060
steps:
61-
- uses: actions/setup-python@v5
61+
- name: Set up Python
62+
uses: actions/setup-python@v5
6263
with:
6364
python-version: "3"
6465

0 commit comments

Comments
 (0)