File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ func PostLockHandler(ctx *context.Context) {
176176 }
177177
178178 var taskID int64
179- // Pass Actions Task ID in context if creating lock using Actions Job Token
179+ // Passing a non zero Actions Task ID as parameter if creating lock using Actions Job Token
180180 if ctx .Data ["IsActionsToken" ] == true {
181181 taskID = ctx .Data ["ActionsTaskID" ].(int64 )
182182 }
@@ -322,7 +322,7 @@ func UnLockHandler(ctx *context.Context) {
322322 }
323323
324324 var taskID int64
325- // Pass Actions Task ID in context if deleting lock using Actions Job Token
325+ // Passing a non zero Actions Task ID as parameter if deleting lock using Actions Job Token
326326 if ctx .Data ["IsActionsToken" ] == true {
327327 taskID = ctx .Data ["ActionsTaskID" ].(int64 )
328328 }
You can’t perform that action at this time.
0 commit comments