Skip to content

Commit 6188c84

Browse files
committed
Cleanup action names
1 parent 0e6404d commit 6188c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ permissions:
1212
contents: read
1313

1414
jobs:
15-
lint:
15+
lint-check:
1616
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main

.github/workflows/socket-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
pull-requests: write
2121

2222
jobs:
23-
fix:
23+
socket-auto-pr:
2424
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main
2525
with:
2626
debug: ${{ inputs.debug }}

0 commit comments

Comments
 (0)