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 }}