Skip to content

Commit

Permalink
Spelling fix (#740)
Browse files Browse the repository at this point in the history
Quick spelling fix
  • Loading branch information
samrabelachew authored Mar 26, 2024
1 parent 510ffd0 commit 9fa4d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (n *Receiver) Receive(c workflow.ReceiveChannel, more bool) {
func (n *Receiver) createCheckRun(ctx workflow.Context, id, revision string, root activity.Root, repo github.Repo) int64 {
lock := n.queue.GetLockState()
var actions []github.CheckRunAction
summary := "This deploy is queued and will be proceesed as soon as possible."
summary := "This deploy is queued and will be processed as soon as possible."
state := github.CheckRunQueued

if lock.Status == queue.LockedStatus && (root.TriggerInfo.Type == activity.MergeTrigger) {
Expand Down

0 comments on commit 9fa4d36

Please sign in to comment.