From 3832fe8e2be32372e1b3970bbae8e7079edeec88 Mon Sep 17 00:00:00 2001 From: Wei He Date: Tue, 6 Oct 2020 20:17:53 -0400 Subject: [PATCH] release: v2.3.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b52f6983d..ecec95d61 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: required: false runs: using: 'docker' - image: docker://ghcr.io/repo-sync/github-sync:v2.2.2 + image: docker://ghcr.io/repo-sync/github-sync:v2.3.0 env: GITHUB_TOKEN: ${{ inputs.github_token }} SYNC_TAGS: ${{ inputs.sync_tags }}