Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Oct 14, 2023
1 parent 91d6be2 commit 462bbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-swift-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ runs:
swift package --skip-update resolve
fi
swift package --skip-update show-dependencies --format json |
"${GITHUB_ACTION_PATH}/convert-dependency-graph.swift" |
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 "Authorization: Bearer ${TOKEN}" \
Expand Down

0 comments on commit 462bbc6

Please sign in to comment.