Skip to content

Commit

Permalink
Revert "Fix missing pkgname at before step"
Browse files Browse the repository at this point in the history
This reverts commit 0623698.
  • Loading branch information
jeroen committed Nov 20, 2023
1 parent 0623698 commit ba4b5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/status.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gh_app_set_commit_status <- function(repo, pkg, sha, url, universe, deployed_pac
repo <- sub("\\.git$", "", repo)
token <- ghapps::gh_app_token(repo)
endpoint <- sprintf('/repos/%s/statuses/%s', repo, sha)
context <- sprintf('r-universe/%s/%s/deploy', universe, basename(repo))
context <- sprintf('r-universe/%s/%s/deploy', universe, pkg)
description <- 'Deploy binaries to R-universe package server'
state <- if(grepl('pending', deployed_packages)){
'pending'
Expand Down

0 comments on commit ba4b5ee

Please sign in to comment.