Skip to content

Commit

Permalink
Tidy things for GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed May 24, 2024
1 parent a275380 commit 39b84de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Imports:
slackthreads,
stringr,
tibble,
tidyselect,
withr,
youtubeR,
zoomer
Expand Down
4 changes: 2 additions & 2 deletions R/spreadsheets.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ process_announcements <- function() {

clubs_tomorrow <- .active_clubs() |>
dplyr::filter(
day_utc == tomorrow_wday_utc,
hour_utc == now_hour_utc
.data$day_utc == .data$tomorrow_wday_utc,
.data$hour_utc == .data$now_hour_utc
)

clubs_tomorrow |>
Expand Down

0 comments on commit 39b84de

Please sign in to comment.