From 13e34c851741f319054c5f7c7ea491234686463f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Wed, 27 Mar 2024 20:30:16 +0100 Subject: [PATCH] Prepare for version 1.0 --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 0f8b69c..3a2845c 100644 --- a/action.yaml +++ b/action.yaml @@ -20,10 +20,10 @@ inputs: default: 'false' runs: using: 'docker' - image: 'docker://ghcr.io/prodyna/invite-to-org:v0.1' + image: 'docker://ghcr.io/prodyna/invite-to-org:v1.0' env: GITHUB_TOKEN: ${{ inputs.github-token }} ENTERPRISE: ${{ inputs.enterprise }} SOURCE_ORGANIZATION: ${{ inputs.source-organization }} TARGET_ORGANIZATION: ${{ inputs.target-organization }} - DRY_RUN: ${{ inputs.dry-run }} \ No newline at end of file + DRY_RUN: ${{ inputs.dry-run }}