diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index d9ec4af..d36e8f9 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -66,7 +66,7 @@ jobs: token: ${{ secrets.GIT_CHECKOUT_PAT }} - name: Tailscale SSH debug (${{ inputs.ssh-debug && 'enabled' || 'disabled' }}) - uses: botsandus/github-actions/tailscale-ssh@TECH-149-Add-SSH-debug + uses: botsandus/github-actions/.github/workflows/tailscale-ssh@TECH-149-Add-SSH-debug with: ssh-timeout: ${{ inputs.ssh-timeout }} ts-authkey: ${{ secrets.TAILSCALE_CI_BUILDER_KEY }} diff --git a/tailscale-ssh/action.yml b/.github/workflows/tailscale-ssh/action.yml similarity index 100% rename from tailscale-ssh/action.yml rename to .github/workflows/tailscale-ssh/action.yml