We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6404d commit 6188c84Copy full SHA for 6188c84
.github/workflows/lint.yml
@@ -12,5 +12,5 @@ permissions:
12
contents: read
13
14
jobs:
15
- lint:
+ lint-check:
16
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main
.github/workflows/socket-auto-pr.yml
@@ -20,7 +20,7 @@ permissions:
20
pull-requests: write
21
22
23
- fix:
+ socket-auto-pr:
24
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main
25
with:
26
debug: ${{ inputs.debug }}
0 commit comments