Skip to content

Commit

Permalink
Update issue-last-updated.yml (#1405)
Browse files Browse the repository at this point in the history
replace null value with set value
  • Loading branch information
staylorTT authored Nov 27, 2024
1 parent f3f3f0e commit b5dfa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-last-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Construct JSON payload using jq for proper formatting
JSON_PAYLOAD=$(jq -n \
--arg query "$QUERY" \
--arg projectId "$PROJECT_ID" \
--arg projectId "${{ env.project_id }}" \
--arg cursor "$CURSOR" \
'{ query: $query, variables: { projectId: $projectId, cursor: $cursor }}')
Expand Down

0 comments on commit b5dfa74

Please sign in to comment.