Skip to content

Commit 5692c39

Browse files
authored
Merge pull request #1762 from bjaglin/sonatype
Fix sonatype stats cron
2 parents b691272 + 3b274ae commit 5692c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/update.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S scala shebang
1+
#!/usr/bin/env -S scala-cli shebang
22

33
// Adapted from https://github.com/alexarchambault/sonatype-stats
44
//

.github/workflows/sonatype-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
name: Retrieve and commit Sonatype stats
22
on:
33
workflow_dispatch:
44
schedule:

0 commit comments

Comments
 (0)