Skip to content

Commit

Permalink
Fixup again
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Oct 14, 2023
1 parent 462bbc6 commit 0f1540e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/generate-swift-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ runs:
swift package --skip-update show-dependencies --format json | \
"${GITHUB_ACTION_PATH}/convert-dependency-graph.swift" | \
curl -fSsL -X POST \
-H "Accept: application/vnd.github+json" \
-H 'Accept: application/vnd.github+json' \
-H "Authorization: Bearer ${TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"${GITHUB_API_URL}/repos/${OWNER}/${REPO}/dependency-graph/snapshots \
-H 'X-GitHub-Api-Version: 2022-11-28' \
"${GITHUB_API_URL}/repos/${OWNER}/${REPO}/dependency-graph/snapshots" \
--data @-

0 comments on commit 0f1540e

Please sign in to comment.