Skip to content

Commit 719e11d

Browse files
[internal] Normalize Action description
1 parent 86d0720 commit 719e11d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
steps:
3030
- run: echo "${{ github.actor }}"
31-
- name: check if prs are dirty
31+
- name: Check if prs are dirty
3232
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
3333
with:
3434
dirtyLabel: 'PR: out-of-date'

.github/workflows/mark-duplicate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
issues: write
1515
steps:
16-
- name: mark-duplicate
16+
- name: Mark duplicate
1717
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
1818
with:
1919
actions: 'mark-duplicate'

0 commit comments

Comments
 (0)