Skip to content

Commit

Permalink
Prepare for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 27, 2024
1 parent 6c27863 commit 13e34c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
DRY_RUN: ${{ inputs.dry-run }}

0 comments on commit 13e34c8

Please sign in to comment.