Skip to content

Commit d294249

Browse files
committed
📚 Update actions step name
1 parent cb633cd commit d294249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: true
3030

31-
- name: Check tofu actions are up to date
31+
- name: Check action documentation is up-to-date
3232
run: |
3333
PYTHONPATH=docs-gen python3 docs-gen/generate.py
3434
git diff --exit-code

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
persist-credentials: false
7777

78-
- name: Check tofu actions are up to date
78+
- name: Check documentation is up-to-date
7979
run: |
8080
PYTHONPATH=docs-gen python3 docs-gen/generate.py
8181
git diff --exit-code

0 commit comments

Comments
 (0)