From 90d41601ba36b946cf4946ef5a72bf6e16bae14b Mon Sep 17 00:00:00 2001 From: Andrew Lytvynov Date: Thu, 5 Dec 2024 20:20:57 -0600 Subject: [PATCH] action.yml: bump gitops-pusher version (#47) Pick up a fix from https://github.com/tailscale/tailscale/pull/14296 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6b04105..5a688ef 100644 --- a/action.yml +++ b/action.yml @@ -49,4 +49,4 @@ runs: TS_OAUTH_SECRET: "${{ inputs.oauth-secret }}" TS_API_KEY: "${{ inputs.api-key }}" TS_TAILNET: "${{ inputs.tailnet }}" - run: go run tailscale.com/cmd/gitops-pusher@v1.66.4 "--policy-file=${{ inputs.policy-file }}" "${{ inputs.action }}" + run: go run tailscale.com/cmd/gitops-pusher@66aa77416744037baec93206ae212012a2314f83 "--policy-file=${{ inputs.policy-file }}" "${{ inputs.action }}"