diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 39a780e..a139af8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: run: | export GIT_TOKEN=${{ env.TOKEN }} echo $GIT_TOKEN - wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz \ - && tar xzvf argocd-autopilot-linux-amd64.tar.gz \ - && ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog + wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz + tar xzvf argocd-autopilot-linux-amd64.tar.gz + ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog