Skip to content

Commit

Permalink
fix typo in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 3, 2024
1 parent 6b2b5b1 commit bc92d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
curl -XPUT "https://ghcr.io/v2/mrc-ide/wodin/manifests/test-latest" \
-H "content-type: application/vnd.docker.distribution.manifest.v2+json" \
-H "Authorization: Bearer ${GHCR_TOKEN}" \
-d '@d manifest.json'
-d '@manifest.json'

0 comments on commit bc92d1a

Please sign in to comment.