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 5ee7ca5 commit fe01883Copy full SHA for fe01883
.github/workflows/socket-auto-pr.yml
@@ -1,5 +1,8 @@
1
name: Socket Fix Auto Pull Request
2
3
+# Dependencies:
4
+# - SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml
5
+
6
on:
7
schedule:
8
- cron: '0 0 * * *' # Run daily at midnight UTC
@@ -21,7 +24,7 @@ permissions:
21
24
22
25
jobs:
23
26
socket-auto-pr:
- uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main
27
+ uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@797e90f4f82ac089a308acdc434d2027c2cd7d5d
28
with:
29
debug: ${{ inputs.debug }}
30
autopilot: true
0 commit comments