Skip to content

Commit 7fe7b6d

Browse files
authored
Merge pull request ArmDeveloperEcosystem#2452 from chrismoroney/cmoroney-github-workflow-updates
Cmoroney GitHub workflow updates
2 parents 8439af6 + e7ae23c commit 7fe7b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/last-reviewed-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
return;
108108
}
109109
const m = `
110-
mutation($p:ID!,$i:ID!,$f:ID!,$o:String!){
110+
mutation($p:ID!,$i:ID!,$f:ID!,$o:Date!){
111111
updateProjectV2ItemFieldValue(input:{
112112
projectId:$p, itemId:$i, fieldId:$f, value:{ singleSelectOptionId:$o }
113113
}){

0 commit comments

Comments
 (0)