Skip to content

Commit

Permalink
try api
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Dec 12, 2024
1 parent b1d41bc commit 6c933ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tasks:
curl -vvvv -H "Authorization: Bearer $GITHUB_TOKEN" \
-L -o checkpoint.zip \
"https://github.com/defenseunicorns/uds-core/actions/artifacts/2314278346/zip"
"https://api.github.com/repos/defenseunicorns/uds-core/actions/artifacts/2314278346/zip"
unzip checkpoint.zip -d checkpoint
cd checkpoint
./uds zarf package deploy zarf-package-k3d-core-slim-dev-amd64-0.32.1.tar.zst --confirm --no-progress ${{ .inputs.options }}
Expand Down

0 comments on commit 6c933ea

Please sign in to comment.