Skip to content

Commit

Permalink
Merge pull request #219 from department-of-veterans-affairs/bp-193-re…
Browse files Browse the repository at this point in the history
…view-github-actions

[#199] Fixed the query string in the curl command
  • Loading branch information
bellepx0 authored Nov 19, 2024
2 parents 8196fc9 + 80911a2 commit eef5986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
response=$(curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-X POST \
-H "Content-Type: application/json" \
-d "{\"query\":\"$query\"}" \
-d "$query" \
https://api.github.com/graphql)
echo "GraphQL Response: $response"
Expand Down

0 comments on commit eef5986

Please sign in to comment.