Skip to content

Commit

Permalink
Update mutate-issue-status.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 28, 2024
1 parent c743306 commit c285f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-actions/utils/mutate-issue-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ async function mutateIssueStatus(
}`;

const variables = {
projectId: WEBSITE_PROJECT_ID,
fieldId: STATUS_FIELD_ID,
projectId: PROJECT_ID,
fieldId: FIELD_ID,
itemId: itemId,
value: newStatusValue,
};
Expand Down

0 comments on commit c285f87

Please sign in to comment.