Skip to content

Commit

Permalink
version bump scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent a99f34c commit c559eb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions sigpwny.com/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sigpwny.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@astrojs/tailwind": "^5.1.0",
"@floating-ui/dom": "^1.6.8",
"@floating-ui/react": "^0.26.20",
"@reteps/github-action-scheduler": "^1.0.0",
"@reteps/github-action-scheduler": "^1.0.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.14.3",
Expand Down
2 changes: 1 addition & 1 deletion sigpwny.com/src/scripts/schedule-discord-ping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function main() {
scheduleJobs(jobs, {
path: path.join(__dirname, '..', '..', '..', 'scheduled-pings.yml'),
check: false,
replace: true
merge: false
});
}

Expand Down
Empty file.

0 comments on commit c559eb4

Please sign in to comment.