From 21a6c35d20388ed52300b17d7a904170609ec5a4 Mon Sep 17 00:00:00 2001 From: Vlad Marchuk Date: Wed, 25 Sep 2024 23:23:24 +0300 Subject: [PATCH] fix: update-argocd action name --- .github/workflows/text-generation-webui-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/text-generation-webui-build.yml b/.github/workflows/text-generation-webui-build.yml index e578a20..2ed8fae 100644 --- a/.github/workflows/text-generation-webui-build.yml +++ b/.github/workflows/text-generation-webui-build.yml @@ -93,7 +93,7 @@ jobs: echo "IMAGE_RESOURCE=$IMAGE_FILE.json" >> $GITHUB_ENV - name: Update argocd - uses: Super-Protocol/sp-build-tools/actions/update-argocdl@update-argocd + uses: Super-Protocol/sp-build-tools/actions/update-argocd@update-argocd with: gh_token: ${{ secrets.GHFG_TOKEN_SPCTL_RELEASES_DOWNLOAD }} target: ${{ inputs.target }}