diff --git a/action.yml b/action.yml index 5687b7e..3c091de 100644 --- a/action.yml +++ b/action.yml @@ -41,11 +41,11 @@ runs: helm plugin install https://github.com/chartmuseum/helm-push - name: Tailscale - uses: tailscale/github-action@v1 + uses: huggingface/tailscale-action@main if: ${{ inputs.tailscaleKey != '' }} with: authkey: ${{ inputs.tailscaleKey }} - + containerMode: false - name: Add repository shell: bash run: | @@ -90,4 +90,4 @@ runs: HELM_REPO_USERNAME: ${{ inputs.username }} HELM_REPO_PASSWORD: ${{ inputs.password }} run: | - helm cm-push . charts \ No newline at end of file + helm cm-push . charts