From a5e4f5689991ae73026dc58da5089b681f80a892 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sun, 2 Feb 2025 13:04:25 +0300 Subject: [PATCH] update repo url --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0906ad4..b488482 100644 --- a/action.yml +++ b/action.yml @@ -201,7 +201,7 @@ runs: if: github.ref == 'refs/heads/rosa2016.1' run: | echo "Deploying src artifacts..." - export REPOURL="http://newrepo:8888" + export REPOURL="http://getrepo:8888" for file in /home/builder/rpmbuild/SRPMS/*.rpm; do curl -X POST ${REPOURL}/src \ -H "Authorization: Bearer ${{ inputs.REPO_DEPLOY }}" \