Skip to content

Commit 8439af6

Browse files
authored
Merge pull request ArmDeveloperEcosystem#2451 from chrismoroney/cmoroney-github-workflow-updates
Cmoroney GitHub workflow updates
2 parents 27b4abf + f95d0b3 commit 8439af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
// writers
6060
const setDate = async (itemId, fieldId, iso) => {
6161
if (dryRun) return console.log(`[DRY RUN] setDate item=${itemId} -> ${iso}`);
62-
const m = `mutation($p:ID!,$i:ID!,$f:ID!,$d:String!){
62+
const m = `mutation($p:ID!,$i:ID!,$f:ID!,$d:Date!){
6363
updateProjectV2ItemFieldValue(input:{projectId:$p,itemId:$i,fieldId:$f,value:{date:$d}}){
6464
projectV2Item{ id }
6565
}}`;

0 commit comments

Comments
 (0)